]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added --debug and --noclean options
authorklakier <klakier@pld-linux.org>
Tue, 29 Aug 2000 20:04:33 +0000 (20:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-rpmpopt.patch -> 1.4

rpm-rpmpopt.patch

index f810d11e5cc6c5b36909849a74a1ebca8ce76386..167b45b62812c4ad2ecdd2929f8cf7b4869b3744 100644 (file)
@@ -1,10 +1,16 @@
 --- rpm-3.0.4/rpmpopt.in.wiget Wed Feb 23 23:40:53 2000
 +++ rpm-3.0.4/rpmpopt.in       Wed Mar 22 17:39:52 2000
-@@ -81,3 +81,6 @@
+@@ -81,3 +81,12 @@
  
  # Build policies enabled from command line. Last policy applies.
  rpm alias --buildpolicy --define '__spec_install_post @RPMCONFIGDIR@/brp-!#:+'
 +
 +# Make RPM build tree
 +rpm exec --install-build-tree install-build-tree
++
++# Compiling with debuginfo may be enabled by --debug
++rpm alias --debug --define 'debug 1'
++
++# Don't remove $BUILDROOT if --noclean
++rpm alias --noclean --define '__spec_clean_pre exit 0'
 \ No newline at end of file
This page took 0.034407 seconds and 4 git commands to generate.