~ubuntu-branches/ubuntu/karmic/mountall/karmic-201010040944

« back to all changes in this revision

Viewing changes to conf/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Scott James Remnant, Kees Cook
  • Date: 2009-09-23 14:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090923141901-anla1vw4troxeixl
Tags: 0.1.8
[ Scott James Remnant ]
* Further work on the fix from the previous version where the root
  filesystem would always be considered "local", retain that from the
  POV of the {virtual,local,remote}-filesystems events, but do mount
  the root straight away when it's virtual since there's no device to
  wait until it's ready.  LP: #431204.
* If a remote filesystem is already mounted and doesn't need a remount,
  don't wait for a network device to come up.  LP: #430348.

* Ignore single and double quotes in fstab device specifications, since
  mount -a used to.  LP: #431064.
* Never write mtab when mounting a mount with showthroughs (ie. /var)
  and instead update mtab once we've moved it into place
  later.  LP: #434172.

[ Kees Cook ]
* src/mountall.c: rework nftw hooks to use a global for argument passing
  instead of using nested functions and the resulting trampolines that
  cause an executable stack.  LP: #434813.
* debian/rules: revert powerpc exception, since the cause is fixed by
  removing the nested functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
62
64
mkinstalldirs = $(install_sh) -d
63
65
CONFIG_HEADER = $(top_builddir)/config.h
64
66
CONFIG_CLEAN_FILES =
 
67
CONFIG_CLEAN_VPATH_FILES =
65
68
SOURCES =
66
69
DIST_SOURCES =
67
70
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69
72
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70
73
    *) f=$$p;; \
71
74
  esac;
72
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
75
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
76
am__install_max = 40
 
77
am__nobase_strip_setup = \
 
78
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
79
am__nobase_strip = \
 
80
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
81
am__nobase_list = $(am__nobase_strip_setup); \
 
82
  for p in $$list; do echo "$$p $$p"; done | \
 
83
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
84
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
85
    if (++n[$$2] == $(am__install_max)) \
 
86
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
87
    END { for (dir in files) print dir, files[dir] }'
 
88
am__base_list = \
 
89
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73
91
am__installdirs = "$(DESTDIR)$(initdir)"
74
 
dist_initDATA_INSTALL = $(INSTALL_DATA)
75
92
DATA = $(dist_init_DATA)
76
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
94
ACLOCAL = @ACLOCAL@
162
179
PACKAGE_NAME = @PACKAGE_NAME@
163
180
PACKAGE_STRING = @PACKAGE_STRING@
164
181
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
182
PACKAGE_URL = @PACKAGE_URL@
165
183
PACKAGE_VERSION = @PACKAGE_VERSION@
166
184
PATH_SEPARATOR = @PATH_SEPARATOR@
167
185
PKG_CONFIG = @PKG_CONFIG@
252
270
              exit 1;; \
253
271
          esac; \
254
272
        done; \
255
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  conf/Makefile'; \
256
 
        cd $(top_srcdir) && \
257
 
          $(AUTOMAKE) --foreign  conf/Makefile
 
273
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile'; \
 
274
        $(am__cd) $(top_srcdir) && \
 
275
          $(AUTOMAKE) --foreign conf/Makefile
258
276
.PRECIOUS: Makefile
259
277
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260
278
        @case '$?' in \
272
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
291
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
274
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
293
$(am__aclocal_m4_deps):
275
294
 
276
295
mostlyclean-libtool:
277
296
        -rm -f *.lo
281
300
install-dist_initDATA: $(dist_init_DATA)
282
301
        @$(NORMAL_INSTALL)
283
302
        test -z "$(initdir)" || $(MKDIR_P) "$(DESTDIR)$(initdir)"
284
 
        @list='$(dist_init_DATA)'; for p in $$list; do \
 
303
        @list='$(dist_init_DATA)'; test -n "$(initdir)" || list=; \
 
304
        for p in $$list; do \
285
305
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
286
 
          f=$(am__strip_dir) \
287
 
          echo " $(dist_initDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(initdir)/$$f'"; \
288
 
          $(dist_initDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(initdir)/$$f"; \
 
306
          echo "$$d$$p"; \
 
307
        done | $(am__base_list) | \
 
308
        while read files; do \
 
309
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(initdir)'"; \
 
310
          $(INSTALL_DATA) $$files "$(DESTDIR)$(initdir)" || exit $$?; \
289
311
        done
290
312
 
291
313
uninstall-dist_initDATA:
292
314
        @$(NORMAL_UNINSTALL)
293
 
        @list='$(dist_init_DATA)'; for p in $$list; do \
294
 
          f=$(am__strip_dir) \
295
 
          echo " rm -f '$(DESTDIR)$(initdir)/$$f'"; \
296
 
          rm -f "$(DESTDIR)$(initdir)/$$f"; \
297
 
        done
 
315
        @list='$(dist_init_DATA)'; test -n "$(initdir)" || list=; \
 
316
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
317
        test -n "$$files" || exit 0; \
 
318
        echo " ( cd '$(DESTDIR)$(initdir)' && rm -f" $$files ")"; \
 
319
        cd "$(DESTDIR)$(initdir)" && rm -f $$files
298
320
tags: TAGS
299
321
TAGS:
300
322
 
318
340
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
319
341
          if test -d $$d/$$file; then \
320
342
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
343
            if test -d "$(distdir)/$$file"; then \
 
344
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
345
            fi; \
321
346
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
322
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
347
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
348
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
323
349
            fi; \
324
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
350
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
325
351
          else \
326
 
            test -f $(distdir)/$$file \
327
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
352
            test -f "$(distdir)/$$file" \
 
353
            || cp -p $$d/$$file "$(distdir)/$$file" \
328
354
            || exit 1; \
329
355
          fi; \
330
356
        done
355
381
 
356
382
distclean-generic:
357
383
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
384
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
358
385
 
359
386
maintainer-clean-generic:
360
387
        @echo "This command is intended for maintainers to use"
373
400
 
374
401
html: html-am
375
402
 
 
403
html-am:
 
404
 
376
405
info: info-am
377
406
 
378
407
info-am:
381
410
 
382
411
install-dvi: install-dvi-am
383
412
 
 
413
install-dvi-am:
 
414
 
384
415
install-exec-am:
385
416
 
386
417
install-html: install-html-am
387
418
 
 
419
install-html-am:
 
420
 
388
421
install-info: install-info-am
389
422
 
 
423
install-info-am:
 
424
 
390
425
install-man:
391
426
 
392
427
install-pdf: install-pdf-am
393
428
 
 
429
install-pdf-am:
 
430
 
394
431
install-ps: install-ps-am
395
432
 
 
433
install-ps-am:
 
434
 
396
435
installcheck-am:
397
436
 
398
437
maintainer-clean: maintainer-clean-am
427
466
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
428
467
        uninstall uninstall-am uninstall-dist_initDATA
429
468
 
 
469
 
430
470
# Tell versions [3.59,3.63) of GNU make to not export all variables.
431
471
# Otherwise a system limit (for SysV at least) may be exceeded.
432
472
.NOEXPORT: