diff options
author | John Levon <john.levon@joyent.com> | 2019-08-20 20:44:44 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-08-21 07:35:56 +0000 |
commit | f0a2865453f053f6ff0041c6326877f1149d89ec (patch) | |
tree | 6ceb3fff46dd567be415a839ae9b74ee2c27b5f3 /usr/src/Makefile | |
parent | 0678e39e27ea5dfce7fc85dcc38c837f3c8f6f6d (diff) | |
download | illumos-joyent-f0a2865453f053f6ff0041c6326877f1149d89ec.tar.gz |
OS-7922 buildstamp module should live in illumos-joyent
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r-- | usr/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index 566050738b..60aea931d8 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -140,6 +140,7 @@ 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). |