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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb6ddcae8ca05641a54a4298dbc752a19b31f7d3;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 74ada09694..4e7c4e00e2 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.