2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* common/clean.add.in: Always rm -rf $RPM_BUILD_ROOT.
This commit is contained in:
Ralf Corsepius
2005-04-13 16:39:53 +00:00
parent 62d1d45a60
commit fd6e1ec2ff
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* common/clean.add.in: Always rm -rf $RPM_BUILD_ROOT.
2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* gdb/base-gdb.add, gdb/gdb.add, gdb/target-gdb.add: Various

View File

@@ -1,5 +1,3 @@
%clean
# let rpm --clean remove BuildRoot iif using the default BuildRoot
test $RPM_BUILD_ROOT = "%{_defaultbuildroot}" && \
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT