X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf-module.mk;h=b6edb51e83ff87f4fcdc2bd6790b0aa32cdea317;hb=93dd7df18bb1774e6620df84598122d8650127e5;hp=132a25af3f96e38b565236eb822c1c0ebf5270a0;hpb=932966e3771174de8397f91d66eddff723858ac5;p=sbcl.git diff --git a/contrib/asdf-module.mk b/contrib/asdf-module.mk index 132a25a..b6edb51 100644 --- a/contrib/asdf-module.mk +++ b/contrib/asdf-module.mk @@ -11,6 +11,7 @@ UNAME:=$(shell uname -s) ifeq (SunOS,$(UNAME)) EXTRA_CFLAGS=-D_XOPEN_SOURCE=500 -D__EXTENSIONS__ + PATH:=/usr/xpg4/bin:${PATH} endif ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME))) EXTRA_CFLAGS=-mno-cygwin @@ -35,4 +36,4 @@ test: all # preserve owner, so chown after installing for the current user. install: $(EXTRA_INSTALL_TARGETS) tar cf - . | ( cd "$(BUILD_ROOT)$(INSTALL_DIR)" && tar xpvf - ) - find "$(BUILD_ROOT)$(INSTALL_DIR)" -type f -exec chown `id -u`:`id -g` {} \; + find "$(BUILD_ROOT)$(INSTALL_DIR)" -exec chown `id -u`:`id -g` {} \;