|
From: <ow...@us...> - 2008-01-28 11:03:24
|
Revision: 1038
http://ipcop.svn.sourceforge.net/ipcop/?rev=1038&view=rev
Author: owes
Date: 2008-01-28 03:03:27 -0800 (Mon, 28 Jan 2008)
Log Message:
-----------
Add svn property
sed MACHINE in rootfiles, maybe it is good idea to also make replacement possible for PKG_VERSION ?
Modified Paths:
--------------
ipcop/trunk/lfs/Config
Property Changed:
----------------
ipcop/trunk/lfs/Config
Modified: ipcop/trunk/lfs/Config
===================================================================
--- ipcop/trunk/lfs/Config 2008-01-27 23:31:40 UTC (rev 1037)
+++ ipcop/trunk/lfs/Config 2008-01-28 11:03:27 UTC (rev 1038)
@@ -8,6 +8,9 @@
# #
# These Makefiles are made available under the terms of the Artistic License, #
# found at http://www.opensource.org/licenses/artistic-license.html. #
+# #
+# $Id$
+# #
###############################################################################
# URLs that are common sources of downloads. If you're having trouble with
@@ -99,6 +102,7 @@
echo "error $$LFS_SCRIPT not found in config/rootfiles"; \
fi; \
sed "s/KVER/$(KVER)/g" $$ROOTFILE > $(TARGET)_rootfile; \
+ sed "s/MACHINE/$(MACHINE)/g" $$ROOTFILE > $(TARGET)_rootfile; \
echo 'open (F,"$(TARGET)_rootfile"); \
while (<F>) { $$allfile{$$_} = "x" };close (F); \
while (<>) { \
Property changes on: ipcop/trunk/lfs/Config
___________________________________________________________________
Name: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|