summaryrefslogtreecommitdiff
path: root/xc/Imakefile
diff options
context:
space:
mode:
authorjim <empty>1988-10-10 19:04:39 +0000
committerjim <empty>1988-10-10 19:04:39 +0000
commit933307362442d44025350c07def7453a4e74da2a (patch)
treefdcd6d476d6201c524d41a60e8f7a155a23124d4 /xc/Imakefile
parent44d4c3cda1d8a6aa9bfca3d099bceafb1e6ed2e8 (diff)
ripped out date and extra comments
Diffstat (limited to 'xc/Imakefile')
-rw-r--r--xc/Imakefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/xc/Imakefile b/xc/Imakefile
index f1c1456fc..0f621be91 100644
--- a/xc/Imakefile
+++ b/xc/Imakefile
@@ -92,23 +92,15 @@ World::
@echo "# the directory util/imake.includes and set BOOTSTRAPCFLAGS? #"
@echo "##############################################################"
@echo ""
- @echo "Making imake; BOOTSTRAPCFLAGS better be right..."
@date
cd $(IMAKESRC); $(MAKE) clean; $(MAKE) BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)"
-$(MV) Makefile Makefile.bak
- @echo "Making new, system-dependent makefiles from Imakefiles"
- @date
$(MAKE) -f Makefile.bak Makefile
$(MAKE) Makefiles
- @echo "Doing make clean to get rid of any previous build."
- @date
$(MAKE) clean
- @echo "Appending dependencies to Makefiles"
- @date
$(MAKE) depend
- @echo "Starting compile of core distribution."
- @date
$(MAKE) $(WORLDOPTS)
+ @echo ""
@echo "Build of the X Window System complete."
@date