mirror of https://github.com/MidnightCommander/mc
* Makefile.am: Change the order of SUBDIRS to fully compile text
edition before compiling anything for GNOME. * mc.spec.in: Don't use brace expansion to avoid implicit build-time dependency on bash.
This commit is contained in:
parent
3e44ffbf4c
commit
92e696864e
|
@ -1,3 +1,10 @@
|
||||||
|
2001-06-16 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.am: Change the order of SUBDIRS to fully compile text
|
||||||
|
edition before compiling anything for GNOME.
|
||||||
|
* mc.spec.in: Don't use brace expansion to avoid implicit
|
||||||
|
build-time dependency on bash.
|
||||||
|
|
||||||
2001-06-13 Pavel Roskin <proski@gnu.org>
|
2001-06-13 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
|
* acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Process this file with automake to create Makefile.in.
|
## Process this file with automake to create Makefile.in.
|
||||||
|
|
||||||
SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons \
|
SUBDIRS = vfs slang edit src lib doc syntax intl po pc \
|
||||||
idl syntax intl doc-gnome po pc
|
gtkedit gnome new_icons idl doc-gnome
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I macros
|
ACLOCAL_AMFLAGS = -I macros
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,8 @@ echo $RPM_BUILD_ROOT
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
install -d $RPM_BUILD_ROOT/etc/profile.d
|
install -d $RPM_BUILD_ROOT/etc/profile.d
|
||||||
install lib/{mc.sh,mc.csh} $RPM_BUILD_ROOT/etc/profile.d
|
install lib/mc.sh $RPM_BUILD_ROOT/etc/profile.d
|
||||||
|
install lib/mc.csh $RPM_BUILD_ROOT/etc/profile.d
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
|
Loading…
Reference in New Issue