summaryrefslogtreecommitdiffstats
path: root/package/liblockfile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-27 15:42:42 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-27 15:42:42 +0000
commitdfe689229df9afe9a3b7783b477ed82f9a521dbc (patch)
tree8df36ce9bed6d4b92051cad70481b1ee73404446 /package/liblockfile
parent584e60c7972c6f720492c31f82715af9328eda06 (diff)
downloadbuildroot-novena-dfe689229df9afe9a3b7783b477ed82f9a521dbc.tar.gz
buildroot-novena-dfe689229df9afe9a3b7783b477ed82f9a521dbc.zip
buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
Diffstat (limited to 'package/liblockfile')
-rw-r--r--package/liblockfile/liblockfile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/liblockfile/liblockfile.mk b/package/liblockfile/liblockfile.mk
index 07f624543..148c68730 100644
--- a/package/liblockfile/liblockfile.mk
+++ b/package/liblockfile/liblockfile.mk
@@ -60,7 +60,7 @@ liblockfile-clean:
ifneq ($(BR2_HAVE_MANPAGES),y)
rm -rf $(STAGING_DIR)/usr/share/man
endif
- $(MAKE) -C $(LIBLOCKFILE_DIR) clean
+ -$(MAKE) -C $(LIBLOCKFILE_DIR) clean
liblockfile-dirclean:
rm -rf $(LIBLOCKFILE_DIR)