mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
31 lines
812 B
Plaintext
31 lines
812 B
Plaintext
|
*** autoconf/Makefile.in.orig Mon Apr 13 12:57:32 1998
|
||
|
--- autoconf/Makefile.in Thu Apr 22 03:32:46 1999
|
||
|
***************
|
||
|
*** 10,16 ****
|
||
|
cd src; $(MAKE) all
|
||
|
elf:
|
||
|
cd src; $(MAKE) elf
|
||
|
- @echo Use make install-elf to install it.
|
||
|
demos:
|
||
|
cd demo; $(MAKE)
|
||
|
clean:
|
||
|
--- 10,15 ----
|
||
|
***************
|
||
|
*** 21,35 ****
|
||
|
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
|
||
|
--- 20,27 ----
|