X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=593ce11aa91255fa474d77c7c862d0fd8ceb5469;hb=0fbc23b104256965cbb3678e85a0ae55a5149c58;hp=e16f6bb3e1c6a5898cb8140eb62d50c438eb5cb9;hpb=5a2473f0b614812b537270318281f8654c80e265;p=rrq%2Fmaintain_lilo.git diff --git a/Makefile b/Makefile index e16f6bb..593ce11 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,19 @@ # -*- makefile -*- # -# Copyright 2009-2011 Joachim Wiedorn +# Copyright 2009-2015 Joachim Wiedorn # All rights reserved. # # Licensed under the terms contained in the file 'COPYING' # in the source directory. # +# +# everything needed to run, just short of installation +# +all: test + make -C src all + make -C images all + # # make help # @@ -17,7 +24,7 @@ help: @echo " make dosexe # DOS lilo.com utility" @echo " make diagnostic # standalone diagnostics" @echo " make alles # all above + static binary" - @echo " make docs # doc/[user,tech].[pdf,dvi] docs" + @echo " make docs # doc/[user,tech].html docs" @echo " make floppy # 2 standalone bootable diagnostic floppies" @echo "" @echo " make install # install binaries++ into root directory" @@ -33,13 +40,6 @@ help: @echo " make distclean # remove editor temps, & all of the above" @echo "" -# -# everything needed to run, just short of installation -# -all: test - $(MAKE) -C src all - $(MAKE) -C images all - # # everything above plus the statically linked version # @@ -51,7 +51,6 @@ alles: test # documentation files # docs: - $(MAKE) -C doc all # # if you have the 'bcc' compiler, then you can make the diagnostics, too @@ -116,7 +115,6 @@ tidy: $(MAKE) -C src tidy $(MAKE) -C diagnose tidy $(MAKE) -C dos tidy - $(MAKE) -C doc tidy clean: tidy rm -f test.img @@ -124,7 +122,6 @@ clean: tidy $(MAKE) -C images clean $(MAKE) -C diagnose clean $(MAKE) -C dos clean - $(MAKE) -C doc clean spotless: distclean distclean: clean