[svn-commits] tzafrir: branch tzafrir/kernelmove r2319 -
/team/tzafrir/kernelmove/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Fri Mar 16 20:10:39 MST 2007
Author: tzafrir
Date: Fri Mar 16 22:10:38 2007
New Revision: 2319
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2319
Log:
* Moved version.h to the kernel directory.
* Removed non-existing .PHONEY targets.
Modified:
team/tzafrir/kernelmove/Makefile
Modified: team/tzafrir/kernelmove/Makefile
URL: http://svn.digium.com/view/zaptel/team/tzafrir/kernelmove/Makefile?view=diff&rev=2319&r1=2318&r2=2319
==============================================================================
--- team/tzafrir/kernelmove/Makefile (original)
+++ team/tzafrir/kernelmove/Makefile Fri Mar 16 22:10:38 2007
@@ -7,7 +7,7 @@
.EXPORT_ALL_VARIABLES:
-.PHONY: menuselect distclean dist-clean clean version.h all _all install b410p devices programs modules linux24 linux26 xpp tests devel data stackcheck install-udev config update install-programs install-modules install-linux24 install-linux26 firmware install-include install-libs xpp-install xpp-utils
+.PHONY: menuselect distclean dist-clean clean all install b410p devices programs modules linux24 linux26 xpp tests devel data stackcheck install-udev config update install-programs install-modules install-linux24 install-linux26 firmware install-include install-libs
PWD=$(shell pwd)
@@ -175,7 +175,7 @@
@if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
$(KMAKE) HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE) modules
-version.h:
+kernel/version.h:
@ZAPTELVERSION="${ZAPTELVERSION}" build_tools/make_version_h > $@.tmp
@if cmp -s $@.tmp $@ ; then :; else \
mv $@.tmp $@ ; \
@@ -199,8 +199,7 @@
torisatool: torisatool.o
$(CC) -o $@ $^
-#prereq: config.status tones.h tor2fw.h radfw.h version.h
-prereq: config.status version.h
+prereq: config.status kernel/version.h
zttool.o: zttool.c $(ZPATEL_H)
$(CC) -g -c $(NEWT_INCLUDE) $(CFLAGS) -o $@ $<
More information about the svn-commits
mailing list