commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 09/31: Make make install idempotent


From: Samuel Thibault
Subject: [hurd] 09/31: Make make install idempotent
Date: Mon, 02 May 2016 23:48:31 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 633e4a7796b13ec7db0f7e78849c35e8f428091a
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 18 23:11:58 2016 +0200

    Make make install idempotent
    
    * sutils/Makefile ($(prefix)/dev/MAKEDEV): Add -f to ln command.
---
 sutils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sutils/Makefile b/sutils/Makefile
index f4e1811..b74a506 100644
--- a/sutils/Makefile
+++ b/sutils/Makefile
@@ -38,6 +38,6 @@ $(progs): %: %.o ../libshouldbeinlibc/libshouldbeinlibc.a
 
 install: $(prefix)/dev/MAKEDEV
 $(prefix)/dev/MAKEDEV: $(prefix)/dev
-       ln -s ../sbin/MAKEDEV $@
+       ln -sf ../sbin/MAKEDEV $@
 $(prefix)/dev:
        @$(MKINSTALLDIRS) $@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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