~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-updates

« back to all changes in this revision

Viewing changes to lib/Makefile.darwin-lib

  • Committer: Bazaar Package Importer
  • Author(s): Theodore Y. Ts'o
  • Date: 2006-05-29 11:07:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060529110753-uvkuaxqr96y31kqy
Tags: 1.39-1
* New upstream version
* Fix debugfs's dump_unused command so it will not core dump on
  filesystems with a 64k blocksize
* Clarified and improved man pages, including spelling errors
  (Closes: #368392, #368393, #368394, #368179)
* New filesystems are now created with directory indexing and
  on-line resizing enabled by default
* Fix previously mangled wording in an older Debian changelog entry
* Fix doc-base pointer to the top-level html file (Closes: #362544, #362970)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
all:: pic image
14
14
 
15
 
subdirs:: pic
16
 
 
17
 
pic:
18
 
        mkdir pic
 
15
real-subdirs:: Makefile
 
16
        @echo " MKDIR pic"
 
17
        @mkdir -p pic
19
18
 
20
19
BSD_LIB = $(BSDLIB_IMAGE).$(BSDLIB_VERSION).dylib
21
20
BSDLIB_PIC_FLAG = -fPIC