[zaptel-commits] tilghman: trunk r3002 - /trunk/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Sun Sep 9 15:18:01 CDT 2007


Author: tilghman
Date: Sun Sep  9 15:18:01 2007
New Revision: 3002

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3002
Log:
Make the warning that zaptel trunk is broken a lot more obvious

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?view=diff&rev=3002&r1=3001&r2=3002
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Sep  9 15:18:01 2007
@@ -178,7 +178,7 @@
 all: menuselect.makeopts 
 	@$(MAKE) _all
 
-_all: $(if $(MODULES),modules) programs $(LTZ_SO) $(LTZ_A)
+_all: $(if $(MODULES),modules) programs $(LTZ_SO) $(LTZ_A) broken
 
 xpp-utils:
 ifeq (yes,$(BUILD_XPP))
@@ -385,7 +385,7 @@
 	@$(MAKE) -C xpp/utils install
 endif
 
-install: all devices firmware install-libs install-include xpp-install
+install: all devices firmware install-libs install-include xpp-install broken
 ifeq ($(HOTPLUG_FIRMWARE),yes)
 	$(MAKE) -C firmware hotplug-install
 endif
@@ -469,6 +469,7 @@
 	if [ -d $(INSTALL_PREFIX)/etc/sysconfig/network-scripts ]; then \
 		$(INSTALL) -D -m 755 ifup-hdlc $(INSTALL_PREFIX)/etc/sysconfig/network-scripts/ifup-hdlc; \
 	fi
+	@$(MAKE) broken
 
 update:
 	@if [ -d .svn ]; then \
@@ -483,6 +484,7 @@
 	else \
 		echo "Not under version control";  \
 	fi
+	@$(MAKE) broken
 
 # make should *fail* and not silently succeed if a program did not build
 install-programs: $(BINS) install-libs install-include
@@ -536,6 +538,7 @@
 	rm -rf misdn*
 	rm -rf mISDNuser*
 	rm -rf README.html xpp/README.html
+	@$(MAKE) broken
 
 distclean: dist-clean
 
@@ -560,6 +563,7 @@
 
 menuselect: menuselect/menuselect menuselect-tree
 	- at menuselect/menuselect $(GLOBAL_MAKEOPTS) $(USER_MAKEOPTS) menuselect.makeopts && echo "menuselect changes saved!" || echo "menuselect changes NOT saved!"
+	@$(MAKE) broken
 
 menuselect/menuselect: menuselect/menuselect.c menuselect/menuselect_curses.c menuselect/menuselect_stub.c menuselect/menuselect.h menuselect/linkedlists.h config.status
 	@CFLAGS="" $(MAKE) -C menuselect
@@ -567,3 +571,17 @@
 menuselect-tree: zaptel.xml firmware/firmware.xml
 	@echo "Generating input for menuselect ..."
 	@build_tools/make_tree > $@
+
+broken:
+	@echo
+	@echo "=== WARNING === WARNING === WARNING ==="
+	@echo
+	@echo "Zaptel trunk is currently not the development tree and may be seriously BROKEN."
+	@echo "We encourage you to use Zaptel 1.4.  Please do not report any bugs or issues in"
+	@echo "Zaptel trunk, as they will be ignored and immediately closed.  You have been"
+	@echo "warned.  We will post a note to the asterisk-dev list when Zaptel trunk is once"
+	@echo "again safe to use, but for the time being, stay away."
+	@echo
+	@echo "=== WARNING === WARNING === WARNING ==="
+	@echo
+




More information about the zaptel-commits mailing list