From: Harlan Stenn Date: Thu, 13 Jan 2011 06:53:03 +0000 (-0500) Subject: Make sure the built-sources-only target is writable X-Git-Tag: NTP_4_2_7P117~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18676f5273bdfec2a149e19a0772518380771ec4;p=thirdparty%2Fntp.git Make sure the built-sources-only target is writable bk: 4d2ea14fDtKQvcx4wFGsHulUkAuKkQ --- diff --git a/sntp/Makefile.am b/sntp/Makefile.am index 74ada0969..4e7c4e00e 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -114,7 +114,7 @@ FRC FRC.version: @: each time they or a dependent is built. built-sources-only: $(BUILT_SOURCES) - @touch $@ + @umask 0 && touch $@ # HMS: The next bit is still suboptimal. If bk is present but this NTP # repo is not a bk repo, we'll get an error message from the prs command.