* Removed the arch-config kludge. Will re-enable it later if necessary.
git-svn-id: svn://svn.zoy.org/elk/trunk@26 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
9c85718f62
commit
8d7b935ea6
|
@ -16,11 +16,6 @@ build: build-stamp
|
||||||
build-stamp:
|
build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),alpha)
|
|
||||||
echo 'cflags=`echo $${cflags} | sed s/-O./-O0/`' > debian/arch-config
|
|
||||||
else
|
|
||||||
echo '# empty' > debian/arch-config
|
|
||||||
endif
|
|
||||||
$(MAKE) SUBDIRS='include scripts src scm lib/misc lib/unix\
|
$(MAKE) SUBDIRS='include scripts src scm lib/misc lib/unix\
|
||||||
lib/xlib lib/xt lib/xaw lib/xm lib/xm/xt'
|
lib/xlib lib/xt lib/xaw lib/xm lib/xm/xt'
|
||||||
|
|
||||||
|
@ -32,7 +27,6 @@ clean:
|
||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
|
|
||||||
-$(MAKE) -i distclean
|
-$(MAKE) -i distclean
|
||||||
rm -f debian/arch-config
|
|
||||||
|
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
. ../config/system
|
. ../config/system
|
||||||
. ../config/site
|
. ../config/site
|
||||||
test -f ../debian/arch-config && . ../debian/arch-config
|
|
||||||
|
|
||||||
case _$aout_format in
|
case _$aout_format in
|
||||||
_coff) dump=dump-vanilla.c; stab=stab-coff.c;;
|
_coff) dump=dump-vanilla.c; stab=stab-coff.c;;
|
||||||
|
|
Loading…
Reference in New Issue