summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-25 18:40:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-25 18:40:27 +0000
commitac6d6b10c7ff317c560b95e4569b9ce6af4e8602 (patch)
tree5d7f613227c07c898fdf9b58d88445a6eedfafd9
parent21699f8a3d1526ad8972f4988b6131cb55b082d4 (diff)
Formerly Makeconf.~31~
-rw-r--r--Makeconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makeconf b/Makeconf
index 6fd80c17..4e10b79a 100644
--- a/Makeconf
+++ b/Makeconf
@@ -53,7 +53,7 @@ endef
# Mounting $(hurdroot)
ifeq ($(hurdroot),)
$(hurdroot): force
- echo Cannot do install on this machine.
+ @echo Cannot do install on this machine.
false
else
$(hurdroot): $(hurdroot)/mounted
@@ -65,9 +65,9 @@ endif
# Making a snapshot
-lndist: $(DIST_FILES) $(hurdsource)/hurd-snap/$(dir)
+lndist: $(DIST_FILES) $(hurdsource)/hurd-snap/$(dir) FORCE
ln $(DIST_FILES) $(hurdsource)/hurd-snap/$(dir)
-
+
ifeq ($(dir),.)
$(hurdsource)/hurd-snap/$(dir):
else