summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-31 13:56:21 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-31 13:56:21 +0000
commitb166f9bceae92921b71cd5ffc997fdca2abda7df (patch)
tree32dedd44aabaed51ea907787b50386295681c824 /Makefile
parent147c9ff55c760f9d95eecc7fc84fd171ebdae868 (diff)
downloadldetect-lst-b166f9bceae92921b71cd5ffc997fdca2abda7df.tar
ldetect-lst-b166f9bceae92921b71cd5ffc997fdca2abda7df.tar.gz
ldetect-lst-b166f9bceae92921b71cd5ffc997fdca2abda7df.tar.bz2
ldetect-lst-b166f9bceae92921b71cd5ffc997fdca2abda7df.tar.xz
ldetect-lst-b166f9bceae92921b71cd5ffc997fdca2abda7df.zip
build and install dkms-modules.alias and dkms-modules.description files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8bfa132..78eaa1b6 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ FILES = AUTHORS ChangeLog Makefile Makefile.config convert lst update-ldetect-ls
build:
make -C lst build
+ make -C dkms-modules-info build
check:
make -C lst check
@@ -23,6 +24,7 @@ clean:
install: build
install -d $(bindir) $(sbindir) $(dir)
make -C lst install
+ make -C dkms-modules-info install
install update-ldetect-lst $(sbindir)
install convert/merge2pcitable.pl $(bindir)
@@ -32,7 +34,7 @@ cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
localcopy:
- svn export -q -rBASE . $(PACKAGE)-$(VERSION)
+ svn export -q . $(PACKAGE)-$(VERSION)
tar:
tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)