Update of /cvsroot/leaf/src/bering-uclibc4/buildtool
In directory
sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21389/bering-uclibc4/buildtool
Modified Files:
Changes buildpacket.pl
Log Message:
Added auto-loading of modules that comes in .lrp; appended changelog
Index: Changes
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/buildtool/Changes,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Changes 26 Apr 2010 09:03:14 -0000 1.1.1.1
--- Changes 22 May 2010 21:21:06 -0000 1.2
***************
*** 1,2 ****
--- 1,8 ----
+ 0.7
+ - added new file type - 'module', it'll be ignored during backup
+ - added auto-loading of 'module' files (if it needed parameters - just load
it manually in /etc/modules)
+ - hacks for cross-compilation on x86_64
+ - some other small changes
+
0.6pre2
- removed itrace support
Index: buildpacket.pl
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/buildtool/buildpacket.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildpacket.pl 16 May 2010 22:33:03 -0000 1.2
--- buildpacket.pl 22 May 2010 21:21:06 -0000 1.3
***************
*** 379,383 ****
# push(@{$p_l_files},'I ' .$filename)
! push(@{$p_m_files},$filename)
}
--- 379,384 ----
# push(@{$p_l_files},'I ' .$filename)
! my @arr = split(/\//,$filename);
! push(@{$p_m_files},$arr[-1]);
}
------------------------------------------------------------------------------
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits