~ubuntu-branches/ubuntu/saucy/di/saucy

« back to all changes in this revision

Viewing changes to mkconfig/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2011-02-23 21:52:32 UTC
  • mfrom: (1.1.12 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110223215232-01vg7m0try2on4cy
Tags: 4.27-2
Do not ship "mi" (Closes: #614745)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
 
5
5
RM = rm
 
6
DC = gdc
 
7
 
 
8
###
 
9
#
 
10
 
 
11
all-test:       tests.done
6
12
 
7
13
# leaves _tmp_mkconfig, _mkconfig_runtests
8
14
clean:
17
23
 
18
24
###
19
25
 
20
 
tests.done: runtests.sh tests.d/cache.sh tests.d/include.sh \
21
 
                tests.d/multlib.sh tests.d/singlelib.sh
 
26
tests.done: runtests.sh
22
27
        @echo "## running mkconfig tests"
23
 
        CC=$(CC) $(_MKCONFIG_SHELL) ./runtests.sh tests.d
 
28
        CC=$(CC) DC=$(DC) $(_MKCONFIG_SHELL) ./runtests.sh tests.d
24
29
        touch tests.done
25
30
 
26
31
tar: