diff options
author | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2017-06-16 13:24:54 +0200 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2017-06-19 12:32:46 +0200 |
commit | 1c7b50cf0377f8178464bb58b00c197149935995 (patch) | |
tree | 31c0fa28072e15c018c55f98369f1231316ebb9b | |
parent | 6fdad3b6ca717b24ef6300f9cfc7c52e0f1e6814 (diff) | |
download | illumos-gfx-drm-1c7b50cf0377f8178464bb58b00c197149935995.tar.gz |
8402 don't do stage-licenses as part of the install target
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
-rw-r--r-- | usr/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index fe8f8e1..f833888 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -95,7 +95,7 @@ all: mapfiles sgs .WAIT $(SUBDIRS) pkg # packaging to be pulled from $(SRC) and $(CLOSED) and staged in # $(ROOT)/licenses. # -install: install1 install2 _msg stage-licenses +install: install1 install2 _msg # @cd msg; pwd; $(MAKE) _msg # @rm -rf "$(ROOT)/catalog" |