NetBSD-Bugs archive

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

Re: bin/51869: [PATCH] tests/lib/libc/sys/: fix build



The following reply was made to PR bin/51869; it has been noted by GNATS.

From: "Ngie Cooper (yaneurabeya)" <yaneurabeya%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/51869: [PATCH] tests/lib/libc/sys/: fix build
Date: Fri, 13 Jan 2017 19:32:12 -0800

 --Apple-Mail=_9CE7F513-B8D8-49AA-8326-4BA708EE1761
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 Patch attached.
 -Ngie
 
 --Apple-Mail=_9CE7F513-B8D8-49AA-8326-4BA708EE1761
 Content-Disposition: attachment;
 	filename=lib-libc-sys-fix-build-after-1.46.patch
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="lib-libc-sys-fix-build-after-1.46.patch"
 Content-Transfer-Encoding: 7bit
 
 Index: lib/libc/sys/Makefile
 ===================================================================
 RCS file: /cvsroot/src/tests/lib/libc/sys/Makefile,v
 retrieving revision 1.46
 diff -u -r1.46 Makefile
 --- lib/libc/sys/Makefile	13 Jan 2017 20:03:51 -0000	1.46
 +++ lib/libc/sys/Makefile	14 Jan 2017 03:31:39 -0000
 @@ -90,6 +90,8 @@
  FILESOWNER=	root
  FILESGRP=	wheel
  
 +FILESBUILD_truncate_test.root_owned=	yes
 +
  CLEANFILES=   truncate_test.root_owned
  truncate_test.root_owned:
  	dd if=/dev/null bs=1 count=1 of=${.TARGET}
 
 --Apple-Mail=_9CE7F513-B8D8-49AA-8326-4BA708EE1761--
 


Home | Main Index | Thread Index | Old Index