[zaptel-commits] kpfleming: branch group/new_octasic_build r1275 -
/team/group/new_octasic_build/
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Wed Aug 9 10:59:51 MST 2006
Author: kpfleming
Date: Wed Aug 9 12:59:50 2006
New Revision: 1275
URL: http://svn.digium.com/view/zaptel?rev=1275&view=rev
Log:
restore ability to do parallel makes
Modified:
team/group/new_octasic_build/Makefile
Modified: team/group/new_octasic_build/Makefile
URL: http://svn.digium.com/view/zaptel/team/group/new_octasic_build/Makefile?rev=1275&r1=1274&r2=1275&view=diff
==============================================================================
--- team/group/new_octasic_build/Makefile (original)
+++ team/group/new_octasic_build/Makefile Wed Aug 9 12:59:50 2006
@@ -143,7 +143,7 @@
linux26: prereq $(BINS)
@echo $(KSRC)
@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) modules
+ $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
version.h: FORCE
ZAPTELVERSION="${ZAPTELVERSION}" build_tools/make_version_h > $@.tmp
@@ -409,7 +409,7 @@
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f $(TZOBJS) $(LIBTONEZONE_SO) *.lo
ifeq ($(BUILDVER),linux26)
- $(KMAKE) clean
+ $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) clean
endif
rm -rf .tmp_versions
rm -f gendigits tones.h
More information about the zaptel-commits
mailing list