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 | 25f42475a3c4dfdf65a2a14a7f29a806bb84ef4b (patch) | |
tree | a67fe8831e46d498c97f957dc45a96a36b75f88a /perl-install | |
parent | 42ca6d79902f4ebb72381b987848076c834f8cea (diff) | |
download | drakx-25f42475a3c4dfdf65a2a14a7f29a806bb84ef4b.tar drakx-25f42475a3c4dfdf65a2a14a7f29a806bb84ef4b.tar.gz drakx-25f42475a3c4dfdf65a2a14a7f29a806bb84ef4b.tar.bz2 drakx-25f42475a3c4dfdf65a2a14a7f29a806bb84ef4b.tar.xz drakx-25f42475a3c4dfdf65a2a14a7f29a806bb84ef4b.zip |
(full_stage2) if in debug build, don't run directly stage2
Diffstat (limited to 'perl-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 |