mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/header.add: New. * gccnewlib/header.add: New. * binutils/header.add: New. * gdb/header.add: New. * rtemsdoc/header.add: New. * rtemsdoc/rtemsdoc.add: New. * common/clean.add.in: New. * common/common.add.in: New.
This commit is contained in:
5
scripts/common/clean.add.in
Normal file
5
scripts/common/clean.add.in
Normal file
@@ -0,0 +1,5 @@
|
||||
%clean
|
||||
# let rpm --clean remove BuildRoot iif using the default BuildRoot
|
||||
test $RPM_BUILD_ROOT = "%{_defaultbuildroot}" && \
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
14
scripts/common/common.add.in
Normal file
14
scripts/common/common.add.in
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Please send bugfixes or comments to
|
||||
# http://www.oarcorp.com/cgi-bin/gnatweb.pl
|
||||
# or mailto:@PACKAGE_BUGREPORT@
|
||||
#
|
||||
|
||||
%define _prefix @prefix@
|
||||
%define _defaultbuildroot %{_tmppath}/%{name}-%{version}-root
|
||||
%ifos cygwin cygwin32
|
||||
%define _exeext .exe
|
||||
%else
|
||||
%define _exeext %{nil}
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user