~ubuntu-branches/ubuntu/quantal/9base/quantal

« back to all changes in this revision

Viewing changes to config.mk

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry, Daniel Baumann, Kai Hendry
  • Date: 2010-04-25 14:35:21 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100425143521-ublpgnlvxxjjr22s
Tags: 1:5-1
[ Daniel Baumann ]
* Adding explicit debian source version 1.0 until switch to 3.0.
* Updating year in copyright file.
* Updating to standards 3.8.4.
* Sorting dh call in rules to more common order.
* Updating README.source.
* Updating lintian overrides.

[ Kai Hendry ]
* Merging upstream version 5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
PREFIX      = /usr/local/plan9
5
5
MANPREFIX   = ${PREFIX}/share/man
6
6
 
7
 
VERSION     = 4
8
 
#OBJTYPE     = 386
 
7
VERSION     = 5
 
8
OBJTYPE     = 386
9
9
#OBJTYPE     = arm
10
 
OBJTYPE     = x86_64
 
10
#OBJTYPE     = x86_64
11
11
 
12
12
# Linux/BSD
13
13
#CFLAGS      += -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""