~ubuntu-branches/ubuntu/raring/autofs5/raring

« back to all changes in this revision

Viewing changes to lib/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2009-03-09 01:16:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309011648-gjynlid883f0s2c4
Tags: 5.0.4-1
* New upstream version (5.0.4 plus patchset as of 2009/03/09).
  * Closes: #518728.
  * Remove dpatch 14, applied upstream.
* New dpatch 14 to avoid using the relatively young SOCK_CLOEXEC
  feature.
* Only invoke 'make clean' on clean target so ./configure isn't
  purged.
* Fix a typo in the postinst regarding the ucf conffile handling.
* Add 'set -e' to package maintenance scripts.
* Drop unnecessary /var/run/autofs from package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
SRCS = cache.c cat_path.c rpc_subs.c mounts.c log.c nsswitch.c \
9
9
        master_tok.l master_parse.y nss_tok.c nss_parse.tab.c \
10
 
        args.c alarm.c macros.c master.c defaults.c parse_subs.c
 
10
        args.c alarm.c macros.c master.c defaults.c parse_subs.c \
 
11
        dev-ioctl-lib.c
11
12
RPCS = mount.h mount_clnt.c mount_xdr.c
12
13
OBJS = cache.o mount_clnt.o mount_xdr.o cat_path.o rpc_subs.o \
13
14
        mounts.o log.o nsswitch.o master_tok.o master_parse.tab.o \
14
15
        nss_tok.o nss_parse.tab.o args.o alarm.o macros.o master.o \
15
 
        defaults.o parse_subs.o
 
16
        defaults.o parse_subs.o dev-ioctl-lib.o
16
17
 
17
18
YACCSRC = nss_tok.c nss_parse.tab.c nss_parse.tab.h \
18
19
          master_tok.c master_parse.tab.c master_parse.tab.h