forked from Imagelibrary/rtems
2003-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch. * common/common.am: New.
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
#
|
||||
|
||||
%define _prefix @prefix@
|
||||
%if "%{_prefix}" != "/usr"
|
||||
%define _infodir %{_prefix}/info
|
||||
%define _mandir %{_prefix}/man
|
||||
%endif
|
||||
|
||||
%define rpmprefix @rpmprefix@
|
||||
%define rpmgroup @rpmgroup@
|
||||
|
||||
%define _defaultbuildroot %{_tmppath}/%{name}-%{version}-root
|
||||
%ifos cygwin cygwin32
|
||||
%define _exeext .exe
|
||||
@@ -12,8 +20,8 @@
|
||||
%define _exeext %{nil}
|
||||
%endif
|
||||
|
||||
# Without this, RPM-4.x' rpm-brp-strip screws up on cross-binaries
|
||||
%define __os_install_post %{nil}
|
||||
# Work around to a bug in rpm-4.2
|
||||
%define __os_install_post %{nil}
|
||||
|
||||
Vendor: OARCorp
|
||||
Distribution: Linux
|
||||
|
||||
4
scripts/common/common.am
Normal file
4
scripts/common/common.am
Normal file
@@ -0,0 +1,4 @@
|
||||
$(top_builddir)/common/common.add: $(top_builddir)/config.status $(top_srcdir)/common/common.add.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status common/common.add
|
||||
$(top_builddir)/common/clean.add: $(top_builddir)/config.status $(top_srcdir)/common/clean.add.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status common/clean.add
|
||||
Reference in New Issue
Block a user