help-gnu-utils
[Top][All Lists]
Advanced

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

make nonexisting subdir fails building RPM


From: lothar . behrens
Subject: make nonexisting subdir fails building RPM
Date: 28 Feb 2006 13:34:58 -0800
User-agent: G2/0.2

Hi,

I have a subdir that does not exists in my distribution, because it is
part of private
development. The following rule should avoid the error message, so that
my creation
of a RPM file would be created:

../AppDevelopment: dummy
        test -d $@ && $(MAKE) -s -C $@

But while creating the RPM file (in krpmbuilder) it returns with an
error 1.

Any ideas ?

Thanks, Lothar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]