catalyst.git
12 years agoUpdate version to do a 2.0.7.1 release. CATALYST-2.0.7.1
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Sat, 19 Nov 2011 19:39:57 +0000 (18:39 -0100)]
Update version to do a 2.0.7.1 release.

12 years ago@£§§@§£ - Next time make sure your "fat" finger doesn't add extra characters to varia...
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Sat, 19 Nov 2011 19:30:22 +0000 (18:30 -0100)]
@£§§@§£ - Next time make sure your "fat" finger doesn't add extra characters to variable names: BOOTSTRAP0_USE -> BOOTSTRAP_USE.

12 years agoUpdate version to do a 2.0.7 release. CATALYST-2.0.7
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Fri, 18 Nov 2011 19:36:21 +0000 (18:36 -0100)]
Update version to do a 2.0.7 release.

12 years agoUpdate isolinux-elilo-memtest86+ cdtar with sys-apps/memtest86+-4.00, sys-boot/elilo...
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Fri, 18 Nov 2011 17:38:49 +0000 (16:38 -0100)]
Update isolinux-elilo-memtest86+ cdtar with sys-apps/memtest86+-4.00, sys-boot/elilo-3.12 and sys-boot/syslinux-4.04.

12 years agoUpdate catalyst targets to reflect the change from STAGE1_USE to BOOTSTRAP_USE and...
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Fri, 18 Nov 2011 15:59:18 +0000 (14:59 -0100)]
Update catalyst targets to reflect the change from STAGE1_USE to BOOTSTRAP_USE and drop cxx from stage1 target as it was added to BOOTSTRAP_USE.

12 years agoUpdate USE flags for stage1 to add cxx to fix the building of stages - bug 390701.
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Wed, 16 Nov 2011 04:02:55 +0000 (03:02 -0100)]
Update USE flags for stage1 to add cxx to fix the building of stages - bug 390701.

12 years agoStop dropping /etc/portage on stage3 - bug 388283.
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Sun, 6 Nov 2011 03:59:01 +0000 (02:59 -0100)]
Stop dropping /etc/portage on stage3 - bug 388283.

12 years agomips.py: align class table
Matt Turner [Mon, 17 Oct 2011 02:26:13 +0000 (22:26 -0400)]
mips.py: align class table

12 years agomips.py: add mips32 softfloat targets
Matt Turner [Mon, 17 Oct 2011 02:16:45 +0000 (22:16 -0400)]
mips.py: add mips32 softfloat targets

softfloat targets are for producing a userland (ie glibc, gcc) that
handles software floating-point emulation in userspace. The alternative
is configuring your kernel to emulate floating-point math, which is
slower but allows you to use a standard "hard float" userland.

12 years agoRe-add MD5 until handbook is updated.
Robin H. Johnson [Sat, 8 Oct 2011 23:57:01 +0000 (23:57 +0000)]
Re-add MD5 until handbook is updated.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years agoChange hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from...
Robin H. Johnson [Sat, 8 Oct 2011 22:29:06 +0000 (22:29 +0000)]
Change hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from non-*nix platforms.

12 years agoUpdate list of supported hashes.
Robin H. Johnson [Sat, 8 Oct 2011 22:27:41 +0000 (22:27 +0000)]
Update list of supported hashes.

12 years agomips.py: replace -mips* with new -march=mips*
Matt Turner [Sat, 3 Sep 2011 01:19:19 +0000 (21:19 -0400)]
mips.py: replace -mips* with new -march=mips*

12 years agoSet FEATURES=-news before emerging ccache/distcc/icecream
Matt Turner [Thu, 1 Sep 2011 23:08:04 +0000 (19:08 -0400)]
Set FEATURES=-news before emerging ccache/distcc/icecream

12 years agomips.py: add mips4_r10k classes
Matt Turner [Sun, 21 Aug 2011 23:20:16 +0000 (19:20 -0400)]
mips.py: add mips4_r10k classes

12 years agomips.py: remove incorrect word 'all' from descriptions
Matt Turner [Wed, 17 Aug 2011 04:17:16 +0000 (00:17 -0400)]
mips.py: remove incorrect word 'all' from descriptions

12 years agomips.py: call correct constructor in o32 classes
Matt Turner [Wed, 17 Aug 2011 04:16:59 +0000 (00:16 -0400)]
mips.py: call correct constructor in o32 classes

12 years agomips.py: add mips32r2 and mips64r2 builder classes
Matt Turner [Wed, 17 Aug 2011 04:09:58 +0000 (00:09 -0400)]
mips.py: add mips32r2 and mips64r2 builder classes

12 years agomips.py: mips/o32 classes should inherit generic_mips{,el}
Matt Turner [Tue, 19 Jul 2011 17:09:33 +0000 (13:09 -0400)]
mips.py: mips/o32 classes should inherit generic_mips{,el}

generic_mips64{,el} should only be used for n32/n64/multilib.

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agoFix man page to put mips64 and mips64el in the same section
Matt Turner [Tue, 19 Jul 2011 17:08:32 +0000 (13:08 -0400)]
Fix man page to put mips64 and mips64el in the same section

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: remove unnecessary generic_multilib class
Matt Turner [Tue, 19 Jul 2011 17:01:48 +0000 (13:01 -0400)]
mips.py: remove unnecessary generic_multilib class

It only served to add the "multilib" USE flag, which is already provided
by the multilib profiles.

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist
Matt Turner [Tue, 19 Jul 2011 16:59:27 +0000 (12:59 -0400)]
mips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: add mips32 and mips64 builder classes
Matt Turner [Sat, 16 Jul 2011 18:31:56 +0000 (14:31 -0400)]
mips.py: add mips32 and mips64 builder classes

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agoBumped version - there won't be a 2.0.6.917 release as I failed to update the version... CATALYST_2_0_6_918
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Thu, 14 Jul 2011 02:16:30 +0000 (02:16 +0000)]
Bumped version - there won't be a 2.0.6.917 release as I failed to update the version before tagging.

12 years agoRevert "chroot-functions.sh: emerge sys-apps/shadow before distcc" CATALYST_2_0_6_917
William Hubbs [Thu, 14 Jul 2011 01:29:24 +0000 (20:29 -0500)]
Revert "chroot-functions.sh: emerge sys-apps/shadow before distcc"

This reverts commit a4968878f0bf3bf32e0c5fb0c4b6d88a0ebb8084.

Shadow is now built in stage 1, so we do not need this.

12 years agoAdd /etc/init.d/fixinittab to the default runlevel - fix autologin on the installcd.
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Thu, 14 Jul 2011 00:45:48 +0000 (00:45 +0000)]
Add /etc/init.d/fixinittab to the default runlevel - fix autologin on the installcd.

12 years agomips.py: include R4x00 and loongson workarounds in mips3
Matt Turner [Tue, 28 Jun 2011 00:54:25 +0000 (20:54 -0400)]
mips.py: include R4x00 and loongson workarounds in mips3

12 years agochroot-functions.sh: emerge sys-apps/shadow before distcc
Matt Turner [Sun, 26 Jun 2011 17:02:22 +0000 (13:02 -0400)]
chroot-functions.sh: emerge sys-apps/shadow before distcc

distcc uses 'useradd' and will fail in stage2 without shadow.

12 years agochroot-functions.sh: don't run 'distcc-config --install'
Matt Turner [Sun, 26 Jun 2011 16:59:11 +0000 (12:59 -0400)]
chroot-functions.sh: don't run 'distcc-config --install'

distcc-config doesn't have this option anymore, so it's unneeded.

12 years agoWarn about multiple argument errors at the same time
Sebastian Pipping [Sun, 26 Jun 2011 01:35:10 +0000 (03:35 +0200)]
Warn about multiple argument errors at the same time

12 years agoExamples: refer to "man catalyst" for supported arches, too
Sebastian Pipping [Sat, 25 Jun 2011 21:40:12 +0000 (23:40 +0200)]
Examples: refer to "man catalyst" for supported arches, too

12 years agoboot from local hd if no response to boot menu
William Hubbs [Sun, 19 Jun 2011 18:15:35 +0000 (13:15 -0500)]
boot from local hd if no response to boot menu

x-gentoo-bug: 141199
x-gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=141199
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
12 years agofix ignore patterns
William Hubbs [Sat, 25 Jun 2011 18:28:45 +0000 (13:28 -0500)]
fix ignore patterns

The top level .gitignore file should contain things you want ignored
through the entire tree. Specific files you want ignored should go in
.gitignore files in their respective directories unless they appear more
than once in the tree.

12 years agoAdd "-news" to FEATURES everywhere
Sebastian Pipping [Sat, 25 Jun 2011 18:35:56 +0000 (20:35 +0200)]
Add "-news" to FEATURES everywhere

12 years agoMakefile: Add missing dependency
Sebastian Pipping [Sat, 25 Jun 2011 18:07:08 +0000 (20:07 +0200)]
Makefile: Add missing dependency

Conflicts:

Makefile

12 years agoUse get_libdir instead of hard-coding lib for distcc
Matt Turner [Sat, 25 Jun 2011 17:50:22 +0000 (13:50 -0400)]
Use get_libdir instead of hard-coding lib for distcc

12 years agoMan page: Add Matt to authors
Sebastian Pipping [Sat, 25 Jun 2011 17:43:58 +0000 (19:43 +0200)]
Man page: Add Matt to authors

12 years agomips.py: add multilib (and missing n64) classes
Matt Turner [Sat, 25 Jun 2011 16:24:21 +0000 (12:24 -0400)]
mips.py: add multilib (and missing n64) classes

12 years agomips.py: remove n32/n64 USE flags
Matt Turner [Sat, 25 Jun 2011 16:23:45 +0000 (12:23 -0400)]
mips.py: remove n32/n64 USE flags

Nothing uses these flags anymore

12 years agomips.py: create generic mips64 classes
Matt Turner [Sat, 25 Jun 2011 16:23:04 +0000 (12:23 -0400)]
mips.py: create generic mips64 classes

... and inherit from them to simplify other classes

12 years agomips.py: fix CFLAGS in loongson class
Matt Turner [Sat, 25 Jun 2011 16:22:22 +0000 (12:22 -0400)]
mips.py: fix CFLAGS in loongson class

Clearly never tested

12 years agomips.py: Remove ip* classes
Matt Turner [Sat, 25 Jun 2011 16:21:40 +0000 (12:21 -0400)]
mips.py: Remove ip* classes

They were clearly never even tested since they were inheriting the
little-endian abstract class.

12 years agomips.py: Remove mips2 classes
Matt Turner [Sat, 25 Jun 2011 16:20:37 +0000 (12:20 -0400)]
mips.py: Remove mips2 classes

Linux doesn't even run on mips2

12 years agoMan page: Remove acute as man does not seem to render acutes properly
Sebastian Pipping [Sat, 25 Jun 2011 15:59:11 +0000 (17:59 +0200)]
Man page: Remove acute as man does not seem to render acutes properly

12 years agoMan page: Fix synopsis
Sebastian Pipping [Sat, 25 Jun 2011 15:44:54 +0000 (17:44 +0200)]
Man page: Fix synopsis

12 years agoMakefile: Improve dependencies
Sebastian Pipping [Sat, 25 Jun 2011 15:36:53 +0000 (17:36 +0200)]
Makefile: Improve dependencies

12 years agoMigrate man page to Asciidoc, generate list of subarches, add Makefile including...
Sebastian Pipping [Fri, 24 Jun 2011 16:58:46 +0000 (18:58 +0200)]
Migrate man page to Asciidoc, generate list of subarches, add Makefile including "dist" target

12 years agoThere is no dict conf_values.settings, replace by plain conf_values
Sebastian Pipping [Thu, 23 Jun 2011 21:45:46 +0000 (23:45 +0200)]
There is no dict conf_values.settings, replace by plain conf_values

13 years agoThis is catalyst 2.0.6.916 CATALYST_2_0_6_916
Raúl Porcel [Thu, 14 Apr 2011 10:20:39 +0000 (10:20 +0000)]
This is catalyst 2.0.6.916

13 years agoAdd gentoo-ilo option for the bootloader on ia64
Raúl Porcel [Thu, 14 Apr 2011 10:19:33 +0000 (10:19 +0000)]
Add gentoo-ilo option for the bootloader on ia64

13 years agoThis is catalyst 2.0.6.915
Raúl Porcel [Sun, 10 Apr 2011 17:09:15 +0000 (17:09 +0000)]
This is catalyst 2.0.6.915

13 years agoThis is catalyst 2.0.6.914
Raúl Porcel [Sat, 5 Feb 2011 18:27:19 +0000 (18:27 +0000)]
This is catalyst 2.0.6.914

13 years agoEnable new amd64 subarches
Raúl Porcel [Sat, 5 Feb 2011 18:26:57 +0000 (18:26 +0000)]
Enable new amd64 subarches

13 years agoThis is catalyst 2.0.6.913
Raúl Porcel [Mon, 1 Nov 2010 15:07:21 +0000 (15:07 +0000)]
This is catalyst 2.0.6.913

13 years agoFix ARM hardfloat
Raúl Porcel [Mon, 1 Nov 2010 15:07:06 +0000 (15:07 +0000)]
Fix ARM hardfloat

13 years agoThis is catalyst 2.0.6.912
Raúl Porcel [Mon, 1 Nov 2010 12:23:52 +0000 (12:23 +0000)]
This is catalyst 2.0.6.912

13 years agoAdd patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug...
Raúl Porcel [Mon, 1 Nov 2010 12:23:37 +0000 (12:23 +0000)]
Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug #330241

13 years agoThis is catalyst 2.0.6.911
Raúl Porcel [Sat, 9 Oct 2010 12:00:26 +0000 (12:00 +0000)]
This is catalyst 2.0.6.911

13 years agoReplace -Os with -O2 for ARM
Raúl Porcel [Sat, 9 Oct 2010 11:59:36 +0000 (11:59 +0000)]
Replace -Os with -O2 for ARM

13 years agoARM fixes
Raúl Porcel [Sun, 26 Sep 2010 15:06:03 +0000 (15:06 +0000)]
ARM fixes

13 years agoApply patch to make stage2 quiet, thanks to Alexandre Nuno Milheiro <nunomilheiro...
Raúl Porcel [Sat, 11 Sep 2010 18:16:27 +0000 (18:16 +0000)]
Apply patch to make stage2 quiet, thanks to Alexandre Nuno Milheiro <nunomilheiro@gmail.com>, gentoo bug #273664

13 years agoThis is catalyst-2.0.6.909
Raúl Porcel [Sat, 11 Sep 2010 18:07:45 +0000 (18:07 +0000)]
This is catalyst-2.0.6.909

13 years agoFix sparc bug, gentoo bug 297231
Raúl Porcel [Sat, 11 Sep 2010 18:05:39 +0000 (18:05 +0000)]
Fix sparc bug, gentoo bug 297231

13 years agoUpdate copyrights, add me to AUTHORS
Raúl Porcel [Sun, 5 Sep 2010 18:47:24 +0000 (18:47 +0000)]
Update copyrights, add me to AUTHORS

13 years agoThis is catalyst-2.0.6.908
Raúl Porcel [Sun, 5 Sep 2010 18:31:32 +0000 (18:31 +0000)]
This is catalyst-2.0.6.908

13 years agoRestore old behaviour on the CXXFLAGS variable on the created make.conf
Raúl Porcel [Sun, 5 Sep 2010 18:29:28 +0000 (18:29 +0000)]
Restore old behaviour on the CXXFLAGS variable on the created make.conf

13 years agoFix typo and add armv7a-hardfp target
Raúl Porcel [Sat, 4 Sep 2010 17:35:50 +0000 (17:35 +0000)]
Fix typo and add armv7a-hardfp target

13 years agoApply patch from Guy Martin <gmsoft@gentoo.org> to fix installcd for hppa, gentoo...
Raúl Porcel [Sat, 4 Sep 2010 17:16:01 +0000 (17:16 +0000)]
Apply patch from Guy Martin <gmsoft@gentoo.org> to fix installcd for hppa, gentoo bug #317423

14 years agoApply patch from armin76 for Gentoo bug #299498
Andrew Gaffney [Tue, 26 Jan 2010 03:18:00 +0000 (21:18 -0600)]
Apply patch from armin76 for Gentoo bug #299498

14 years agoOnly run depclean for stage3/system
Andrew Gaffney [Tue, 29 Dec 2009 17:49:21 +0000 (11:49 -0600)]
Only run depclean for stage3/system

14 years agoThis is catalyst 2.0.6.906
Andrew Gaffney [Mon, 28 Dec 2009 13:23:24 +0000 (07:23 -0600)]
This is catalyst 2.0.6.906

14 years agoRun depclean at the end of stage generation (for Gentoo bug #295132)
Andrew Gaffney [Mon, 28 Dec 2009 13:18:28 +0000 (07:18 -0600)]
Run depclean at the end of stage generation (for Gentoo bug #295132)

14 years agoApply patch from Gentoo bug #284585
Andrew Gaffney [Sat, 12 Sep 2009 02:31:48 +0000 (21:31 -0500)]
Apply patch from Gentoo bug #284585

14 years agoClean up a few extraneous spaces, line wrap a comment, and add Id.
Chris Gianelloni [Wed, 2 Sep 2009 15:35:15 +0000 (08:35 -0700)]
Clean up a few extraneous spaces, line wrap a comment, and add Id.

14 years agoAdding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, and...
Chris Gianelloni [Wed, 2 Sep 2009 15:33:38 +0000 (08:33 -0700)]
Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, and TODO.

14 years agoApply patch for module blacklisting from gentoo bug #282148
Andrew Gaffney [Sun, 23 Aug 2009 15:58:36 +0000 (10:58 -0500)]
Apply patch for module blacklisting from gentoo bug #282148

14 years agoFix the header for the ChangeLog. Thanks, echangelog, for assuming I always want...
Chris Gianelloni [Tue, 7 Jul 2009 15:02:26 +0000 (08:02 -0700)]
Fix the header for the ChangeLog.  Thanks, echangelog, for assuming I always want to update the Gentoo Foundation copyright dates.

14 years agoVersion bumping to 2.0.6.905 for release.
Chris Gianelloni [Tue, 7 Jul 2009 14:59:34 +0000 (07:59 -0700)]
Version bumping to 2.0.6.905 for release.

14 years agoMy pedantic self could not help but capitalize Gentoo. Blame Andrew.
Chris Gianelloni [Tue, 7 Jul 2009 14:56:53 +0000 (07:56 -0700)]
My pedantic self could not help but capitalize Gentoo.  Blame Andrew.

14 years agoMerge branch 'master' of git+ssh://git@linbsd.net/projs/catalyst
Robin H. Johnson [Mon, 29 Jun 2009 00:07:50 +0000 (17:07 -0700)]
Merge branch 'master' of git+ssh://git@linbsd.net/projs/catalyst

14 years agoAdd a bell as late as possible in every elilo.msg or boot.msg file, provides blind...
Robin H. Johnson [Mon, 29 Jun 2009 00:06:41 +0000 (17:06 -0700)]
Add a bell as late as possible in every elilo.msg or boot.msg file, provides blind users with a clue that input is needed.

14 years agoApply patch to document espeakup support for gentoo bug #267708
Andrew Gaffney [Sun, 28 Jun 2009 23:54:54 +0000 (18:54 -0500)]
Apply patch to document espeakup support for gentoo bug #267708

14 years agofix changelog
Andrew Gaffney [Wed, 27 May 2009 14:47:26 +0000 (09:47 -0500)]
fix changelog

14 years agoimport catalyst_support for gentoo bug #271368
Andrew Gaffney [Wed, 27 May 2009 12:38:26 +0000 (07:38 -0500)]
import catalyst_support for gentoo bug #271368

14 years agoActually doing the commit, this time.
Chris Gianelloni [Sat, 25 Apr 2009 10:23:39 +0000 (03:23 -0700)]
Actually doing the commit, this time.

14 years agoRolling an official catalyst 2.0.6.904 version.
Chris Gianelloni [Fri, 24 Apr 2009 00:03:13 +0000 (17:03 -0700)]
Rolling an official catalyst 2.0.6.904 version.

15 years agoApply additional patch from gentoo bug #255793 for arm subarches
Andrew Gaffney [Sat, 4 Apr 2009 22:07:55 +0000 (17:07 -0500)]
Apply additional patch from gentoo bug #255793 for arm subarches

15 years agoApply patch from gentoo bug #264457 to prevent deleting of ccache cache
Andrew Gaffney [Sat, 4 Apr 2009 19:34:34 +0000 (14:34 -0500)]
Apply patch from gentoo bug #264457 to prevent deleting of ccache cache

15 years agoAdditional sh patch from gentoo bug #255793
Andrew Gaffney [Tue, 24 Feb 2009 13:26:35 +0000 (07:26 -0600)]
Additional sh patch from gentoo bug #255793

15 years agoApply patch from gentoo bug #255793 for enhanced sh/arm support
Andrew Gaffney [Sat, 21 Feb 2009 17:06:57 +0000 (11:06 -0600)]
Apply patch from gentoo bug #255793 for enhanced sh/arm support

15 years agoUpdate reference to make.conf.example for new location in portage-2.1.6
Andrew Gaffney [Wed, 21 Jan 2009 03:39:06 +0000 (21:39 -0600)]
Update reference to make.conf.example for new location in portage-2.1.6

15 years agoRemove --noreplace from run_merge call so that baselayout gets rebuilt with USE=build
Andrew Gaffney [Tue, 20 Jan 2009 22:44:42 +0000 (16:44 -0600)]
Remove --noreplace from run_merge call so that baselayout gets rebuilt with USE=build

15 years agoChange invalid atom '>=sys-apps/baselayout-2*' to '>=sys-apps/baselayout-2'
Andrew Gaffney [Fri, 16 Jan 2009 17:13:18 +0000 (11:13 -0600)]
Change invalid atom '>=sys-apps/baselayout-2*' to '>=sys-apps/baselayout-2'

15 years agoTry to import portage.util before portage_util
Andrew Gaffney [Tue, 13 Jan 2009 13:20:33 +0000 (07:20 -0600)]
Try to import portage.util before portage_util

15 years agoadd .gitignore file to master branch
Andrew Gaffney [Sun, 11 Jan 2009 02:09:50 +0000 (20:09 -0600)]
add .gitignore file to master branch

15 years agoAdd note about metadata_overlay being default in 2.1.6
Andrew Gaffney [Fri, 9 Jan 2009 01:55:21 +0000 (19:55 -0600)]
Add note about metadata_overlay being default in 2.1.6

15 years agoUpdated the AUTHORS section and the header for the ChangeLog, to reflect that individ...
Chris Gianelloni [Fri, 9 Jan 2009 00:21:32 +0000 (16:21 -0800)]
Updated the AUTHORS section and the header for the ChangeLog, to reflect that individual authors now retain their copyright to code they submit.

15 years agoRewrote TODO to make it clearer and added a ton of new items to it.
Chris Gianelloni [Thu, 8 Jan 2009 23:45:13 +0000 (15:45 -0800)]
Rewrote TODO to make it clearer and added a ton of new items to it.

15 years agoscrew you python...hard
Andrew Gaffney [Fri, 2 Jan 2009 16:18:26 +0000 (10:18 -0600)]
screw you python...hard

15 years agoDisable removal of 'target_path' when build starts
Andrew Gaffney [Fri, 2 Jan 2009 14:00:23 +0000 (08:00 -0600)]
Disable removal of 'target_path' when build starts