diff options
author | nigel <nigel@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-11-02 12:29:48 +0000 |
---|---|---|
committer | nigel <nigel@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-11-02 12:29:48 +0000 |
commit | 0c60aa8801293674c3e38e9268f0840963f30a5a (patch) | |
tree | 2bdcfbc7588adee112b8eea159e95c71ed91982c /Makefile | |
parent | c5d13380b98a1a2f1dc75391d423c04f2e610716 (diff) | |
download | marex-dev-0c60aa8801293674c3e38e9268f0840963f30a5a.tar.gz marex-dev-0c60aa8801293674c3e38e9268f0840963f30a5a.tar.bz2 |
Component: Trunk makefile.
Remove clean cookie as soon as we start making the build dir. Prior
to this patch, stopping the build during this step would leave require
manually deleting the build directory.
git-svn-id: file:///beryl/trunk@967 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,10 +107,10 @@ $(COOKIEDIR)/%.clean: $(COOKIEDIR)/%.cfg: $(COOKIEDIR)/%.clean @echo "==> Configuring $* build." + @rm -f $(COOKIEDIR)/$*.clean @cp -ar $* .$*.build $(REDIRECT) @sh -c 'cd .$*.build;./autogen.sh --prefix=$(PREFIX) CFLAGS="$(CFLAGS)"' $(REDIRECT) @mkdir -p $(COOKIEDIR) || /bin/true - @rm -f $(COOKIEDIR)/$*.clean @touch $@ $(COOKIEDIR)/%.deb: $(COOKIEDIR)/%.cfg |