diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-08 11:53:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-08 11:53:13 +0000 |
commit | 0cc19f596811e888295d08a4fe189abd5a568c15 (patch) | |
tree | a67fe8831e46d498c97f957dc45a96a36b75f88a /perl-install/install | |
parent | 7dac7e962fb589d400df4786ab4ce18860811d64 (diff) | |
download | drakx-backup-do-not-use-0cc19f596811e888295d08a4fe189abd5a568c15.tar drakx-backup-do-not-use-0cc19f596811e888295d08a4fe189abd5a568c15.tar.gz drakx-backup-do-not-use-0cc19f596811e888295d08a4fe189abd5a568c15.tar.bz2 drakx-backup-do-not-use-0cc19f596811e888295d08a4fe189abd5a568c15.tar.xz drakx-backup-do-not-use-0cc19f596811e888295d08a4fe189abd5a568c15.zip |
(full_stage2) if in debug build, don't run directly stage2
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/Makefile | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index f939b5b79..fbd4f5a3d 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -90,6 +90,7 @@ endif full_stage2: $(MAKE) stage2 + @[ "$${DEBUG_INSTALL+xxx}" ] && make dont_run_directly_stage2 $(MAKE) compress compress: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b71a5d270..52b5c3927 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,8 @@ o list mandi with iptables* & shorewall in services o list dm, mdadm, messagebus, microcode_ctl, netconsole & partmon services in system o list network, network-auth, network-up & resolvconf into new 'networking' category +- debug build: + o don't run directly stage2 Version 13.90 - 06 March 2012 |