diff options
author | peter <peter@FreeBSD.org> | 1996-10-14 12:58:47 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-10-14 12:58:47 +0000 |
commit | 95693154ab5d5f7dc2d4ac541e5f4b543b9b43f3 (patch) | |
tree | 2bf802c577d2feecb64465a15bec2d29a505b722 /Makefile | |
parent | 860a9cbd8e5def1fa7f3b5070b1b1c83ad99d630 (diff) | |
download | FreeBSD-src-95693154ab5d5f7dc2d4ac541e5f4b543b9b43f3.zip FreeBSD-src-95693154ab5d5f7dc2d4ac541e5f4b543b9b43f3.tar.gz |
oops, how did this get into the reinstall target? :-]
Must have been a cut/paste foulup... The whole idea of 'make reinstall'
is that it doesn't build anything from the source server mount.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.105 1996/10/05 18:36:38 ache Exp $ +# $Id: Makefile,v 1.106 1996/10/06 02:17:43 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -241,21 +241,6 @@ reinstall: cd ${.CURDIR} && ${MAKE} mk @echo @echo "--------------------------------------------------------------" - @echo " Rebuilding /usr/include" - @echo "--------------------------------------------------------------" - cd ${.CURDIR} && ${MAKE} includes - @echo - @echo "--------------------------------------------------------------" - @echo " Rebuilding dependencies" - @echo "--------------------------------------------------------------" - cd ${.CURDIR} && ${MAKE} depend - @echo - @echo "--------------------------------------------------------------" - @echo " Building everything.." - @echo "--------------------------------------------------------------" - cd ${.CURDIR} && ${MAKE} all - @echo - @echo "--------------------------------------------------------------" @echo " Installing everything.." @echo "--------------------------------------------------------------" cd ${.CURDIR} && ${MAKE} install |