[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with debian/rules - Fixed



On Wed, Jan 05, 2000 at 02:09:40PM -0500, Vaidhyanathan Mayilrangam wrote:
> Thanks for all the help. I found the following errors:
> 
> 1. my ifeq was in build target. Never knew it should not be there :(

It can be there at long as it is in column 0 (without tabs).
For example, it is handy for partial installs:

binary-arch:
	install foo bar
ifneq($DEB_HOST_GNU_SYSTEM, hurd)
	install foo2 bar2
endif
	etc

Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org Check Key server 
Marcus Brinkmann              GNU    http://www.gnu.org    for public PGP Key 
Marcus.Brinkmann@ruhr-uni-bochum.de,     marcus@gnu.org    PGP Key ID 36E7CD09
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/       brinkmd@debian.org


Reply to: