]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove the mod-footer make target as it prints invalid messages.
authorSadie Powell <sadie@witchery.services>
Wed, 30 Sep 2020 15:45:35 +0000 (16:45 +0100)
committerSadie Powell <sadie@witchery.services>
Wed, 30 Sep 2020 15:45:35 +0000 (16:45 +0100)
make/template/main.mk

index 5a2107d3d2f948095d1d958e2aa18732fef99350..5e2f3f60643829539b503345cf6f58e80f2dadf3 100644 (file)
@@ -128,7 +128,6 @@ ifeq ($(INSPIRCD_DEBUG), 3)
   HEADER = std-header
   DBGOK=1
 endif
-FOOTER = finishmessage
 
 MAKEFLAGS += --no-print-directory
 
@@ -159,7 +158,6 @@ TARGET = all
 
 ifdef INSPIRCD_TARGET
     HEADER = mod-header
-    FOOTER = mod-footer
     TARGET = $(INSPIRCD_TARGET)
 endif
 
@@ -167,7 +165,7 @@ ifeq ($(DBGOK), 0)
   HEADER = unknown-debug-level
 endif
 
-all: $(FOOTER)
+all: finishmessage
 
 target: $(HEADER)
        $(MAKEENV) perl make/calcdep.pl
@@ -193,10 +191,6 @@ debug-header:
 mod-header:
        @echo 'Building specific targets:'
 
-mod-footer: target
-       @echo 'To install, copy $(BUILDPATH)/$(TARGET) to $(MODPATH)'
-       @echo 'Or, run "make install"'
-
 std-header:
        @echo "*************************************"
        @echo "*       BUILDING INSPIRCD           *"