~ubuntu-branches/ubuntu/gutsy/checkpolicy/gutsy

« back to all changes in this revision

Viewing changes to debian/common/targets.mk

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2006-10-20 17:51:00 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061020175100-hg5grqaote5ukt8c
Tags: 1.32-1
* New upstream release
  * Merged user and range_transition support for modules from Darrel
    Goeddel 
  * Updated version for release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
## Created On       : Sat Nov 15 01:10:05 2003
5
5
## Created On Node  : glaurung.green-gryphon.com
6
6
## Last Modified By : Manoj Srivastava
7
 
## Last Modified On : Thu Jan  5 14:52:21 2006
 
7
## Last Modified On : Fri Sep 15 12:58:50 2006
8
8
## Last Machine Used: glaurung.internal.golden-gryphon.com
9
 
## Update Count     : 60
 
9
## Update Count     : 61
10
10
## Status           : Unknown, Use with caution!
11
11
## HISTORY          : 
12
 
## Description      : 
 
12
## Description      : The top level targets mandated by policy, as well as
 
13
##                    their dependencies.
13
14
## 
14
15
## arch-tag: a81086a7-00f7-4355-ac56-8f38396935f4
15
16
## 
267
268
        $(checkdir)
268
269
 
269
270
 
270
 
stamp-binary-arch:  $(patsubst %,BIN/%,$(DEB_ARCH_PACKAGES)) 
 
271
stamp-binary-arch:  $(patsubst %,BIN/%,$(DEB_ARCH_PACKAGES))
271
272
        $(REASON)
272
273
        @echo done > $@
273
274
stamp-binary-indep: $(patsubst %,BIN/%,$(DEB_INDEP_PACKAGES))
314
315
        $(REASON)
315
316
        $(checkdir)
316
317
 
317
 
clean-arch:  $(patsubst %,CLEAN/%,$(DEB_ARCH_PACKAGES))   
 
318
clean-arch:  $(patsubst %,CLEAN/%,$(DEB_ARCH_PACKAGES))
318
319
        $(REASON)
319
320
clean-indep: $(patsubst %,CLEAN/%,$(DEB_INDEP_PACKAGES))
320
321
        $(REASON)
325
326
        -test -f Makefile && $(MAKE) distclean
326
327
        -rm -f  $(FILES_TO_CLEAN) $(STAMPS_TO_CLEAN)
327
328
        -rm -rf $(DIRS_TO_CLEAN)
328
 
        -rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~'     \
329
 
                 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig'              \
330
 
                 -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
 
329
        -rm -f core TAGS                                                     \
 
330
               `find . ! -regex '.*/\.git/.*' ! -regex '.*/\{arch\}/.*'      \
 
331
                       ! -regex '.*/CVS/.*'   ! -regex '.*/\.arch-ids/.*'    \
 
332
                       ! -regex '.*/\.svn/.*'                                \
 
333
                   \( -name '*.orig' -o -name '*.rej' -o -name '*~'       -o \
 
334
                      -name '*.bak'  -o -name '#*#'   -o -name '.*.orig'  -o \
 
335
                      -name '.*.rej' -o -name '.SUMS' -o -size 0 \)          \
 
336
                -print`
331
337
 
332
338
clean: stamp-clean
333
339
        $(REASON)
351
357
        $(patsubst %,CLEAN/%, $(DEB_INDEP_PACKAGES)) $(patsubst %,CLEAN/%, $(DEB_ARCH_PACKAGES)) \
352
358
        implode explode prebuild checkpo
353
359
 
 
360
#Local variables:
 
361
#mode: makefile
 
362
#End: