diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-31 13:56:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-31 13:56:21 +0000 |
commit | b166f9bceae92921b71cd5ffc997fdca2abda7df (patch) | |
tree | 32dedd44aabaed51ea907787b50386295681c824 /Makefile | |
parent | 147c9ff55c760f9d95eecc7fc84fd171ebdae868 (diff) | |
download | ldetect-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |