Wed Feb 27 10:59:34 2013 UTC ()
Drop Interix-ish, not for Cygwin.


(obache)
diff -r1.7 -r1.8 pkgsrc/mk/platform/Cygwin.mk

cvs diff -r1.7 -r1.8 pkgsrc/mk/platform/Cygwin.mk (expand / switch to unified diff)

--- pkgsrc/mk/platform/Cygwin.mk 2013/02/23 05:41:04 1.7
+++ pkgsrc/mk/platform/Cygwin.mk 2013/02/27 10:59:33 1.8
@@ -1,41 +1,18 @@ @@ -1,41 +1,18 @@
1# $NetBSD: Cygwin.mk,v 1.7 2013/02/23 05:41:04 obache Exp $ 1# $NetBSD: Cygwin.mk,v 1.8 2013/02/27 10:59:33 obache Exp $
2# 2#
3# Variable definitions for the Windows with Cygwin. 3# Variable definitions for the Windows with Cygwin.
4 4
5### 5###
6### Overrides to standard BSD .mk files 
7### 
8 
9# "catinstall" not yet supported as there's no shipped [gn]roff 
10MANINSTALL= maninstall 
11MAKE_FLAGS+= MKCATPAGES=no NOLINT=1 
12 
13### 
14### Alternate defaults to global pkgsrc settings, to help avoid 
15### some of the excessive Interix fork(2) overhead, and reduce the 
16### amount of settings required in the user's mk.conf 
17### 
18 
19INSTALL?= ${PREFIX}/bin/install-sh 
20PAX?= ${PREFIX}/bin/nbpax 
21 
22.if defined(BATCH) 
23BULK_PREREQ+= lang/perl5 
24USE_BULK_BROKEN_CHECK?= no 
25USE_BULK_TIMESTAMPS?= no 
26.endif 
27 
28### 
29### Platform definitions common to pkgsrc/mk/platform/*.mk 6### Platform definitions common to pkgsrc/mk/platform/*.mk
30### 7###
31 8
32ECHO_N?= ${ECHO} -n 9ECHO_N?= ${ECHO} -n
33IMAKE_MAKE?= ${GMAKE} # program which gets invoked by imake 10IMAKE_MAKE?= ${GMAKE} # program which gets invoked by imake
34IMAKEOPTS+= -DBuildHtmlManPages=NO 11IMAKEOPTS+= -DBuildHtmlManPages=NO
35PKGLOCALEDIR?= share 12PKGLOCALEDIR?= share
36PS?= /bin/ps 13PS?= /bin/ps
37SU?= /bin/su 14SU?= /bin/su
38TYPE?= type # Shell builtin 15TYPE?= type # Shell builtin
39 16
40USERADD?= ${LOCALBASE}/sbin/useradd 17USERADD?= ${LOCALBASE}/sbin/useradd
41GROUPADD?= ${LOCALBASE}/sbin/groupadd 18GROUPADD?= ${LOCALBASE}/sbin/groupadd