Automated make works niceley now. Good for the new Jdike patch

releases every other minute.
This commit is contained in:
freesource
2002-12-17 17:57:15 +00:00
parent 8f31699e79
commit 95c1b23508
10 changed files with 144 additions and 92 deletions
+4 -2
View File
@@ -104,7 +104,7 @@ if (!( $ARGV[0] eq "both" || $ARGV[0] eq "deb" || $ARGV[0] eq "rpm" ||
# Here's where we get to copy over all the pristine sources from the build
if ( -e $packaging_place) {
if ( -e $packaging_place && $ARGV[0] eq "cvs" ) {
# sources
system "cp -a $packaging_place/sources/* $gbootroot_cvs/sources/";
@@ -124,6 +124,9 @@ system "cp -a $packaging_place/user-mode-linux/usr/bin/* $gbootroot_cvs/user-mod
# genext2fs
system "cp -a $packaging_place/genext2fs/genext2fs $gbootroot_cvs/genext2fs/genext2fs";
# root_fs_helper & Initrd.gz
system "cp -a $packaging_place/root_filesystem/root_fs_helper $gbootroot_cvs/root_filesystem/root_fs_helper";
system "cp -a $packaging_place/root_filesystem/Initrd.gz $gbootroot_cvs/root_filesystem/Initrd.gz";
exit;
@@ -180,7 +183,6 @@ foreach (@make_lines) {
# Stuff not in the Makefile
system "cp -fa $makefile $packaging_place/Makefile";
# Basically this is stuff we want in the source package, but not the normal
# package
system "cp -fa README $packaging_place/README";