~ubuntu-branches/ubuntu/quantal/lustre/quantal

« back to all changes in this revision

Viewing changes to autoMakefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-10-20 18:16:18 UTC
  • mfrom: (1.1.7 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081020181618-rpzcecji8p5rghg3
Tags: 1.6.5.1-4
* [673c9e4] Removed obsolete svn-deblayout, since we now use git
* [1923e32] Bump standards version - no other changes needed.
* [089f772] Clean up TODO list
* [57f3006] Fix insanity.sh script which uses functions not available
  in sh
* [92e65fa] Fix two lintian msg about missing magic sh header
* [5214788] Removed unused patch from debian/patches/
* [cd08297] Add override for liblustre not linked against libc
* [e0ab205] Install lintian overrides into the corresponding packages
* [e76c899] Remove make -C $(KSRC) prepare call. (Closes: #501427)

Show diffs side-by-side

added added

removed removed

Lines of Context:
803
803
        $(MAKE) $(AM_MAKEFLAGS) srpm-real
804
804
 
805
805
@LDISKFS_ENABLED_TRUE@@SYMVERFILE@: @LDISKFS_DIR@/@SYMVERFILE@
806
 
@LDISKFS_ENABLED_TRUE@  cp @LDISKFS_DIR@/@SYMVERFILE@ @SYMVERFILE@
 
806
@LDISKFS_ENABLED_TRUE@  touch @SYMVERFILE@
 
807
@LDISKFS_ENABLED_TRUE@  -grep -v ldiskfs @SYMVERFILE@ > @SYMVERFILE@.old
 
808
@LDISKFS_ENABLED_TRUE@  cat @SYMVERFILE@.old @LDISKFS_DIR@/@SYMVERFILE@ >> @SYMVERFILE@
807
809
 
808
810
checkstack:
809
811
        [ -f ${CSTK} -a ! -s ${CSTKO} ] && mv -f ${CSTK} ${CSTKO} || true