packages: root/root-includelist, root/root.spec - more TODO
lisu
lisu at pld-linux.org
Thu Dec 16 14:15:10 CET 2010
Author: lisu Date: Thu Dec 16 13:15:10 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- more TODO
---- Files affected:
packages/root:
root-includelist (1.1 -> 1.2) , root.spec (1.46 -> 1.47)
---- Diffs:
================================================================
Index: packages/root/root-includelist
diff -u packages/root/root-includelist:1.1 packages/root/root-includelist:1.2
--- packages/root/root-includelist:1.1 Thu Dec 16 12:58:41 2010
+++ packages/root/root-includelist Thu Dec 16 14:15:05 2010
@@ -1,12 +1,13 @@
include $(MODULE)/Module.mk
includelist:
- @list=includelist-`tr / - <<< $(MODULE)` ; \
+ @list=includelist-`echo $(MODULE) | tr / -` ; \
rm -f $$list ; \
for h in $(filter-out %.cw %.pri, $(ALLHDRS)) ; do \
if [ "$(MODULE)" = "cint/cint7" ] ; then \
- sed 's!^include!%{_includedir}/%{name}/cint7!' <<< $$h >> $$list ; \
+ echo $$h | sed 's!^include!%{_includedir}/%{name}/cint7!' >> $$list ; \
+ echo $$list ; \
else \
- sed 's!^include!%{_includedir}/%{name}!' <<< $$h >> $$list ; \
+ echo $$h | sed 's!^include!%{_includedir}/%{name}!' >> $$list ; \
fi ; \
sort -u $$list > $$list.unique ; \
mv $$list.unique $$list ; \
================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.46 packages/root/root.spec:1.47
--- packages/root/root.spec:1.46 Thu Dec 16 12:58:22 2010
+++ packages/root/root.spec Thu Dec 16 14:15:05 2010
@@ -5,7 +5,8 @@
# - separate packages for tutorials/docs
# - xrootd is disabled because of errors - re-enable it in future
# - files
-# - dosn't build on 64 bits
+# - doesn't build on 64 bits
+# - fix root-includelist script
#
#Conditional build:
%bcond_with krb5 # build with MIT kerberos
@@ -271,6 +272,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2010/12/16 13:15:05 lisu
+- more TODO
+
Revision 1.46 2010/12/16 11:58:22 lisu
- add script to extract the list of include files in a subpackage
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root-includelist?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list