~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-07 12:25:14 UTC
  • mfrom: (6.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091107122514-tcw4u4ha2w2xbbnn
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Merging upstream version 4.
* Adding sh4 to explicit architecture list (Closes: #545772).
* Moving maintainer homepage field from control to copyright.
* Updating README.source.
* Updating homepage field in control.
* Removing manpage patch, went upstream.
* Removing kfreebsd.patch, went upstream.
* Generalizing manpage moving in rules.
* Moving base directory from /usr/lib/9base to /usr/lib/plan9 for
  consistency reasons.
* Prefixing manpages with plan9 instead of 9base for consistency
  reasons.
* Bumping versioned build-depends on debhelper.
* Making internal mkMAP and sendcover scripts executable.
* Adding patch to adjust shebang in newly included troff commands.
* Updating lintian-overrides.
* Making buildd-depends on quilt versioned.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# 9base - awk basename cat cleanname echo grep rc sed seq sleep sort tee
2
 
#         test touch tr uniq from Plan 9
 
1
# 9base - Plan 9 userland for Unix
3
2
 
4
3
include config.mk
5
4
 
6
 
SUBDIRS  = lib9 yacc awk basename bc dc cat cleanname date echo grep ls \
7
 
                rc read sed seq sleep sort tee test touch tr uniq
 
5
SUBDIRS  = lib9 yacc awk basename bc cal cat cleanname date dc du echo grep hoc ls \
 
6
           mk rc read sed seq sleep sort tee test touch tr troff uniq
8
7
 
9
8
all:
10
9
        @echo 9base build options:
16
15
 
17
16
clean:
18
17
        @for i in ${SUBDIRS}; do cd $$i; ${MAKE} clean || exit; cd ..; done
 
18
        @rm -f 9base-${VERSION}.tar.gz
19
19
        @echo cleaned 9base
20
20
 
21
21
install: all