mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
dpkg: Build in release mode
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7366 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -28,6 +28,7 @@ clean:
|
||||
rm -f scstadmin/scstadmin
|
||||
|
||||
build:
|
||||
make 2release && \
|
||||
export BUILD_2X_MODULE=y && \
|
||||
export CONFIG_SCSI_QLA_FC=y CONFIG_SCSI_QLA2XXX_TARGET=y && \
|
||||
for d in $(SUBDIRS); do $(MAKE) -C $$d; done && \
|
||||
@@ -58,6 +59,7 @@ install:
|
||||
break; \
|
||||
fi; \
|
||||
done && \
|
||||
make 2debug && \
|
||||
rm -f "$(DESTDIR)"/lib/modules/*/[Mm]odule* && \
|
||||
mkdir -p $(DESTDIR)/usr/src/scst-$(VERSION) && \
|
||||
for f in scst.dkms scst-dkms.postinst scst-dkms.prerm; do \
|
||||
|
||||
Reference in New Issue
Block a user