discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] make *clean


From: LRK
Subject: [Discuss-gnuradio] make *clean
Date: Mon, 4 Apr 2005 13:24:39 -0500
User-agent: Mutt/1.4.2.1i

Makefile.in in the tarballs and made via CVS with FreeBSD shows the 
"rm" command as "-rm" is some places.

This is something apparently pulled from the Automake .am files and
prevents "make clean" and other clean functions from working.

Is this different on Linux? (i.e. Linux handles -rm as rm)


distclean-hdr:
        -rm -f config.h stamp-h1
gnuradio-core.pc: $(top_builddir)/config.status $(srcdir)/gnuradio-core.pc.in
        cd $(top_builddir) && $(SHELL) ./config.status $@

mostlyclean-libtool:
        -rm -f *.lo

clean-libtool:
        -rm -rf .libs _libs

distclean-libtool:
        -rm -f libtool


-- 
LRK
address@hidden




reply via email to

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