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

Diff of /gigedit/trunk/debian/rules

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

revision 1451 by schoenebeck, Wed May 30 00:16:35 2007 UTC revision 1452 by schoenebeck, Thu Oct 18 13:01:47 2007 UTC
# Line 25  endif Line 25  endif
25  config.status:  config.status:
26          dh_testdir          dh_testdir
27          # Add here commands to configure the package.          # Add here commands to configure the package.
28          $(MAKE) -f Makefile.cvs          if [ -e Makefile.cvs ] ; then \
29                    $(MAKE) -f Makefile.cvs; \
30            fi
31          chmod a+x configure          chmod a+x configure
32          CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
33    
# Line 46  clean: Line 48  clean:
48          rm -f build-stamp          rm -f build-stamp
49    
50          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
51          -$(MAKE) -f Makefile.cvs          if [ -e Makefile.cvs ] ; then \
52                    $(MAKE) -f Makefile.cvs; \
53            fi
54          chmod a+x configure          chmod a+x configure
55          -$(MAKE) distclean          -$(MAKE) distclean
56  ifneq "$(wildcard /usr/share/misc/config.sub)" ""  ifneq "$(wildcard /usr/share/misc/config.sub)" ""

Legend:
Removed from v.1451  
changed lines
  Added in v.1452

  ViewVC Help
Powered by ViewVC