/[svn]/linuxsampler/trunk/debian/rules
ViewVC logotype

Diff of /linuxsampler/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2786 by schoenebeck, Tue Jun 5 15:55:05 2007 UTC revision 2787 by schoenebeck, Wed Jul 15 18:47:15 2015 UTC
# Line 21  configure: configure-stamp Line 21  configure: configure-stamp
21  configure-stamp:  configure-stamp:
22          dh_testdir          dh_testdir
23          # Add here commands to configure the package.          # Add here commands to configure the package.
24          if [ -e Makefile.cvs ] ; then \          if [ -e Makefile.svn ] ; then \
25              $(MAKE) -f Makefile.cvs; \              $(MAKE) -f Makefile.svn; \
26          fi          fi
27          chmod a+x configure          chmod a+x configure
28          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
# Line 50  clean: Line 50  clean:
50          dh_testroot          dh_testroot
51          rm -f build-stamp configure-stamp          rm -f build-stamp configure-stamp
52    
53          if [ -e Makefile.cvs ] ; then \          if [ -e Makefile.svn ] ; then \
54              $(MAKE) -f Makefile.cvs; \              $(MAKE) -f Makefile.svn; \
55          fi;          fi;
56          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
57          chmod a+x configure          chmod a+x configure

Legend:
Removed from v.2786  
changed lines
  Added in v.2787

  ViewVC Help
Powered by ViewVC