SPECS: zaptel.spec - added SUBDIRS=$PWD to make modules

mkierus mkierus at pld-linux.org
Mon Aug 21 22:49:18 CEST 2006


Author: mkierus                      Date: Mon Aug 21 20:49:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added SUBDIRS=$PWD to make modules

---- Files affected:
SPECS:
   zaptel.spec (1.65 -> 1.66) 

---- Diffs:

================================================================
Index: SPECS/zaptel.spec
diff -u SPECS/zaptel.spec:1.65 SPECS/zaptel.spec:1.66
--- SPECS/zaptel.spec:1.65	Sun Aug 20 02:46:56 2006
+++ SPECS/zaptel.spec	Mon Aug 21 22:49:11 2006
@@ -145,7 +145,7 @@
 	chmod 700 modules
 	%{__make} -C %{_kernelsrcdir} modules \
 		CC="%{__cc}" CPP="%{__cpp}" \
-		M=$PWD O=$PWD/o \
+		M=$PWD O=$PWD/o SUBDIRS=$PWD \
 		%{?with_verbose:V=1}
 	mv *.ko modules/$cfg/
 done
@@ -254,6 +254,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2006/08/21 20:49:11  mkierus
+- added SUBDIRS=$PWD to make modules
+
 Revision 1.65  2006/08/20 00:46:56  areq
 - 1.2.7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/zaptel.spec?r1=1.65&r2=1.66&f=u



More information about the pld-cvs-commit mailing list