diff options
author | John Levon <john.levon@joyent.com> | 2019-09-12 11:34:57 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-09-12 11:35:28 +0000 |
commit | a684d52c70031374c438f8d0fecbbf3e872c9753 (patch) | |
tree | ca9dc5a0d4a5f5571499d784a71f7f9dcdf88ddc /usr/src/Makefile | |
parent | f575b548814883ebc2eb65fe406ec62d0d6b5bbb (diff) | |
download | illumos-joyent-a684d52c70031374c438f8d0fecbbf3e872c9753.tar.gz |
OS-7979 introduce /etc/versions/build
Reviewed by: Tim Foster <tim.foster@joyent.com>
Reviewed by: Jason King <jason.king@joyent.com>
Approved by: Tim Foster <tim.foster@joyent.com>
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r-- | usr/src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index 60aea931d8..566050738b 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -140,7 +140,6 @@ clobber_local: @cd tools; pwd; $(MAKE) clobber @cd common/mapfiles; pwd; $(MAKE) clobber @cd msg; pwd; $(MAKE) clobber - $(RM) buildversion # If the tarballs are included inside ON_CLOSED_BINS, use those to extract and # preserve the permissions (in case a distro ships them). |