Parcourir la source

Removed some useless crap.

svn: 91
Bryan Drewery il y a 23 ans
Parent
commit
dbed99ccab
1 fichiers modifiés avec 6 ajouts et 7 suppressions
  1. 6 7
      Makefile.in

+ 6 - 7
Makefile.in

@@ -24,7 +24,7 @@ HUBEXEC = hub
 #   -DDEBUG_MEM      to be able to debug memory allocation (.debug)
 #   -DDEBUG_MEM      to be able to debug memory allocation (.debug)
 #                    These can both be set by using 'make debug'
 #                    These can both be set by using 'make debug'
 #                    or 'make sdebug'
 #                    or 'make sdebug'
-CFLGS = -fno-strict-aliasing 
+CFLGS = 
 
 
 # configure SHOULD set these...you may need to tweak them to get modules
 # configure SHOULD set these...you may need to tweak them to get modules
 # to compile .. if you do...let the devel-team know the working settings
 # to compile .. if you do...let the devel-team know the working settings
@@ -68,10 +68,6 @@ TCLLIBFN = @TCLLIBFN@
 
 
 modconf = $(top_srcdir)/misc/modconfig --top_srcdir=$(top_srcdir)
 modconf = $(top_srcdir)/misc/modconfig --top_srcdir=$(top_srcdir)
 
 
-post_config  =  echo "" && \
-		echo "You can now compile the bot, using \"make\"." && \
-		echo ""
-
 post_iconfig =  $(modconf) update-depends && \
 post_iconfig =  $(modconf) update-depends && \
 		$(modconf) Makefile && \
 		$(modconf) Makefile && \
 		(cd src/mod && $(MAKE_CONFIG) config) && \
 		(cd src/mod && $(MAKE_CONFIG) config) && \
@@ -117,6 +113,11 @@ MAKE_DEPEND = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(CC)' 'LD=$(LD)' \
 
 
 MAKE_CONFIG = $(MAKE) 'MAKE=$(MAKE)'
 MAKE_CONFIG = $(MAKE) 'MAKE=$(MAKE)'
 
 
+all:
+	@echo ""
+	@echo "Use the build script doofus."
+	@echo ""
+
 cleanutils:
 cleanutils:
 	@rm -f stringfix
 	@rm -f stringfix
 
 
@@ -177,7 +178,6 @@ config:
 	@$(modconf) Makefile
 	@$(modconf) Makefile
 	@cd src/mod && $(MAKE_CONFIG) config
 	@cd src/mod && $(MAKE_CONFIG) config
 	@$(modconf) Makefile
 	@$(modconf) Makefile
-	@$(post_config)
 
 
 clean-modconfig:
 clean-modconfig:
 	@rm -f .modules .known_modules
 	@rm -f .modules .known_modules
@@ -258,6 +258,5 @@ dhub:   packconf salt config
 	@cd src; $(MAKE_DHUB) $(HUBEXEC)
 	@cd src; $(MAKE_DHUB) $(HUBEXEC)
 	@echo ""
 	@echo ""
 
 
-
 #safety hash
 #safety hash