summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-01-07 00:05:50 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-01-07 00:05:50 +0100
commit6974498bce16220f41bd5a3b0a3dbbeda7765316 (patch)
tree7c5dee35086b5e8bfe15fb2aafa3d1b33300cf5e /include
parent5a4a1d893180ee002c500cb092182751ffd728e9 (diff)
downloadwolfbones-6974498bce16220f41bd5a3b0a3dbbeda7765316.tar.gz
wolfbones-6974498bce16220f41bd5a3b0a3dbbeda7765316.tar.bz2
fixed bad error output and command echoing in makefiles
Diffstat (limited to 'include')
-rw-r--r--include/GNUmakefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/GNUmakefile b/include/GNUmakefile
index 175ec2b..7960c24 100644
--- a/include/GNUmakefile
+++ b/include/GNUmakefile
@@ -3,12 +3,12 @@ TOPDIR = ..
-include $(TOPDIR)/makefiles/sub.mk
local_clean:
- -@rm wolf/*.bak 2>/dev/null
- -@rm wolf/*~ 2>/dev/null
- -@rm wolf/port/*.bak 2>/dev/null
- -@rm wolf/port/*~ 2>/dev/null
- -@rm wolf/daemon/*.bak 2>/dev/null
- -@rm wolf/daemon/*~ 2>/dev/null
+ -@rm -f wolf/*.bak
+ -@rm -f wolf/*~
+ -@rm -f wolf/port/*.bak
+ -@rm -f wolf/port/*~
+ -@rm -f wolf/daemon/*.bak
+ -@rm -f wolf/daemon/*~
local_install:
$(INSTALL) -d -m 755 $(includedir)/wolf