Skip to content
Snippets Groups Projects
Commit 3ac98357 authored by chrfranke's avatar chrfranke
Browse files

Add update script to make targets 'dist' and 'clean', set +x permission,

update svn:ignore.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3073 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent a27d8701
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Add update script to make targets 'dist' and 'clean',
set +x permission, update svn:ignore.
[CF] Add 'update-smart-drivedb' script (ticket #59).
The script updates the drive database from SVN.
It is installed if '--enable-drivedb' is configured.
......
......@@ -243,6 +243,7 @@ EXTRA_DIST = smartd.initd.in \
smartd.conf.5.in \
smartd.conf \
autogen.sh \
update-smart-drivedb.in \
os_darwin/SMART.in \
os_darwin/StartupParameters.plist \
os_darwin/English_Localizable.strings \
......@@ -263,6 +264,7 @@ CLEANFILES = smartd.conf.5 \
smartd.conf.5.txt \
smartd.initd \
svnversion.h \
update-smart-drivedb \
SMART
if SMARTD_SUFFIX
......@@ -334,6 +336,7 @@ smartd.conf.5.in: smartd.8.in
update-smart-drivedb: update-smart-drivedb.in config.status
$(SHELL) ./config.status --file=$@
chmod +x $@
if INSTALL_INITSCRIPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment