search for: mostlycleanfiles

Displaying 2 results from an estimated 2 matches for "mostlycleanfiles".

2009 Feb 12
0
Build issue with 2.4.0
...ing the 2.4.0 release, and some Debian packaging update, I've uncovered the major issue you've mentioned. I'll explain the thing here since it's an issue that I thought was addressed... the current make rules for the USB files are bad. these generated files shouldn't be part of MOSTLYCLEANFILES, nor any *CLEANFILES target. the thing is that when we generate these files, we overwrite existing ones. so we have to address more finely the issue and the following cases: ./configure && make clean && ./configure ./configure && make distclean && ./configure make di...
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi, The following patches add support for ext4 and btrfs to PV-GRUB. These patches are taken nearly verbatim from those provided by Fedora and Gentoo. We''ve been using these patches for the PV-GRUB images available in EC2 for some time now with no problems. Changes from v1: - Makefile has been changed to check the exit code from patch - The btrfs patch has been rebased to apply