~ubuntu-branches/ubuntu/raring/9base/raring

« back to all changes in this revision

Viewing changes to mk/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
Tags: 1:4-1
* 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
# mk - mk unix port from plan9
 
2
# Depends on ../lib9
 
3
 
 
4
TARG      = mk
 
5
 
 
6
OFILES    = arc.o archive.o bufblock.o env.o file.o graph.o job.o lex.o \
 
7
            main.o match.o mk.o parse.o recipe.o rc.o rule.o run.o sh.o \
 
8
            shell.o shprint.o symtab.o var.o varsub.o word.o unix.o
 
9
MANFILES  = mk.1
 
10
 
 
11
include ../std.mk
 
12
 
 
13
post-install:
 
14
 
 
15
pre-uninstall:
 
16
 
 
17
post-install: