Skip to content

Commit

Permalink
HEAD-492 illumos-extra build can be sped up
Browse files Browse the repository at this point in the history
  • Loading branch information
jjelinek committed Jul 1, 2011
1 parent 2796fdd commit 9eda80b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bash/Makefile
Expand Up @@ -32,7 +32,7 @@ all: $(VER)/config.status
( cd $(VER); env - PATH=$(PATH) \
gmake )

install:
install: all
mkdir -p $(DESTDIR)
( cd $(VER); \
gmake DESTDIR=$(DESTDIR) install)
Expand Down
2 changes: 1 addition & 1 deletion curl/Makefile
Expand Up @@ -32,7 +32,7 @@ all: $(VER)/config.status
( cd $(VER); \
gmake CC=$(GCC))

install:
install: all
mkdir -p $(DESTDIR)
( cd $(VER); \
gmake CC=/usr/bin/gcc DESTDIR=$(DESTDIR) install)
Expand Down
2 changes: 1 addition & 1 deletion gnupg/Makefile
Expand Up @@ -30,7 +30,7 @@ all: $(VER)/config.status
( cd $(VER); \
gmake CC=$(GCC))

install:
install: all
mkdir -p $(DESTDIR)
( cd $(VER); \
gmake CC=/usr/bin/gcc DESTDIR=$(DESTDIR) install)
Expand Down
2 changes: 1 addition & 1 deletion gtar/Makefile
Expand Up @@ -31,7 +31,7 @@ LD_OPTIONS="-M $(BASE)/mapfile_noexstk"
all: $(VER)/config.status
(cd $(VER); env - CC=$(CC) LD_OPTIONS=$(LD_OPTIONS) PATH="/usr/perl5/bin:$(PATH)" gmake)

install:
install: all
mkdir -p $(DESTDIR)/usr/bin
ginstall -m 0555 $(BASE)/$(VER)/src/tar $(DESTDIR)/usr/bin/gtar

Expand Down
2 changes: 1 addition & 1 deletion gzip/Makefile
Expand Up @@ -31,7 +31,7 @@ all: $(VER)/config.status
( cd $(VER); env - PATH=$(PATH) \
gmake )

install:
install: all
mkdir -p $(DESTDIR)
( cd $(VER); \
gmake DESTDIR=$(DESTDIR) install)
Expand Down
2 changes: 1 addition & 1 deletion less/Makefile
Expand Up @@ -30,7 +30,7 @@ all: $(VER)/config.status
( cd $(VER); \
gmake CC=$(GCC))

install:
install: all
mkdir -p $(DESTDIR)
( cd $(VER); \
gmake CC=/usr/bin/gcc DESTDIR=$(DESTDIR) install)
Expand Down
2 changes: 1 addition & 1 deletion libm/Makefile
Expand Up @@ -28,7 +28,7 @@ all:
(cd usr/src/harness; env - \
make -f Makefile-os)

install:
install: all
BASE=$(DESTDIR) ksh93 ./install-extra

clean:
Expand Down
2 changes: 1 addition & 1 deletion ncurses/Makefile
Expand Up @@ -33,7 +33,7 @@ all: $(VER)/config.status $(VER64)/config.status
( cd $(VER64); env - PATH=$(PATH) \
gmake )

install:
install: all
mkdir -p $(DESTDIR)
@ ( cd $(VER); \
gmake DESTDIR=$(DESTDIR) install)
Expand Down
2 changes: 1 addition & 1 deletion node.js/Makefile
Expand Up @@ -33,7 +33,7 @@ all: $(VER)/build/default/config.h
( cd $(VER); \
gmake CC=$(GCC))

install:
install: all
mkdir -p $(DESTDIR)
( cd $(VER); \
gmake CC=$(GCC) DESTDIR=$(DESTDIR) install)
Expand Down
2 changes: 1 addition & 1 deletion uuid/Makefile
Expand Up @@ -32,7 +32,7 @@ PATH=/sbin:/usr/sbin:/usr/bin
all: $(VER)/config.h
( cd $(VER); gmake)

install:
install: all
mkdir -p $(DESTDIR)
( cd $(VER); \
gmake DESTDIR=$(DESTDIR) install)
Expand Down

0 comments on commit 9eda80b

Please sign in to comment.