* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than $(INSTALL_DATA).
Create directories with 755 permissions.
This commit is contained in:
parent
5d023ae8d5
commit
fd1165e29a
|
@ -1,3 +1,9 @@
|
||||||
|
2005-10-13 David Rothenberger <daveroth@acm.org>
|
||||||
|
Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than
|
||||||
|
$(INSTALL_DATA). Create directories with 755 permissions.
|
||||||
|
|
||||||
2005-10-12 Christopher Faylor <cgf@timesys.com>
|
2005-10-12 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* dir.cc (mkdir): Abandon use of PC_WRITABLE.
|
* dir.cc (mkdir): Abandon use of PC_WRITABLE.
|
||||||
|
|
|
@ -69,7 +69,7 @@ OBJCOPY:=@OBJCOPY@
|
||||||
OBJDUMP:=@OBJDUMP@
|
OBJDUMP:=@OBJDUMP@
|
||||||
STRIP:=@STRIP@
|
STRIP:=@STRIP@
|
||||||
LDSCRIPT:=cygwin.sc
|
LDSCRIPT:=cygwin.sc
|
||||||
MKDIRP:=$(INSTALL_DATA) -d
|
MKDIRP:=$(INSTALL) -d
|
||||||
|
|
||||||
#
|
#
|
||||||
# Include common definitions for winsup directory
|
# Include common definitions for winsup directory
|
||||||
|
|
Loading…
Reference in New Issue