mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
55f7f0b201
PR: 13592 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
31 lines
819 B
Plaintext
31 lines
819 B
Plaintext
*** autoconf/Makefile.in.orig Wed Jul 14 05:30:30 1999
|
|
--- autoconf/Makefile.in Fri Sep 3 03:54:21 1999
|
|
***************
|
|
*** 10,16 ****
|
|
cd src; $(MAKE) all
|
|
elf:
|
|
cd src; $(MAKE) elf
|
|
- @echo Use make install-elf to install it.
|
|
runtests:
|
|
cd src/test; $(MAKE)
|
|
demos:
|
|
--- 10,15 ----
|
|
***************
|
|
*** 23,37 ****
|
|
cd src; $(MAKE) install
|
|
install-elf:
|
|
cd src; $(MAKE) install-elf
|
|
- @echo ""
|
|
- @echo "Although not required, consider doing 'make install-links' to extra links"
|
|
- @echo "You will also have to run ldconfig."
|
|
- @echo ""
|
|
install-links:
|
|
cd src; $(MAKE) install-links
|
|
- @echo ""
|
|
- @echo "Make sure that you remember to run ldconfig to complete the installation."
|
|
- @echo ""
|
|
#
|
|
distclean:
|
|
/bin/rm -f *~ Makefile config.status config.log config.cache files.pck
|
|
--- 22,29 ----
|