~ubuntu-branches/ubuntu/trusty/mountall/trusty-proposed

« back to all changes in this revision

Viewing changes to m4/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__dist_aclocal_DATA_DIST = compiler.m4 linker.m4 libs.m4 misc.m4
70
73
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71
74
    *) f=$$p;; \
72
75
  esac;
73
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
76
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
77
am__install_max = 40
 
78
am__nobase_strip_setup = \
 
79
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
80
am__nobase_strip = \
 
81
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
82
am__nobase_list = $(am__nobase_strip_setup); \
 
83
  for p in $$list; do echo "$$p $$p"; done | \
 
84
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
85
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
86
    if (++n[$$2] == $(am__install_max)) \
 
87
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
88
    END { for (dir in files) print dir, files[dir] }'
 
89
am__base_list = \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
91
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74
92
am__installdirs = "$(DESTDIR)$(aclocaldir)"
75
 
dist_aclocalDATA_INSTALL = $(INSTALL_DATA)
76
93
DATA = $(dist_aclocal_DATA)
77
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
95
ACLOCAL = @ACLOCAL@
163
180
PACKAGE_NAME = @PACKAGE_NAME@
164
181
PACKAGE_STRING = @PACKAGE_STRING@
165
182
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
183
PACKAGE_URL = @PACKAGE_URL@
166
184
PACKAGE_VERSION = @PACKAGE_VERSION@
167
185
PATH_SEPARATOR = @PATH_SEPARATOR@
168
186
PKG_CONFIG = @PKG_CONFIG@
253
271
              exit 1;; \
254
272
          esac; \
255
273
        done; \
256
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  m4/Makefile'; \
257
 
        cd $(top_srcdir) && \
258
 
          $(AUTOMAKE) --foreign  m4/Makefile
 
274
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign m4/Makefile'; \
 
275
        $(am__cd) $(top_srcdir) && \
 
276
          $(AUTOMAKE) --foreign m4/Makefile
259
277
.PRECIOUS: Makefile
260
278
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
261
279
        @case '$?' in \
273
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
292
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
275
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
294
$(am__aclocal_m4_deps):
276
295
 
277
296
mostlyclean-libtool:
278
297
        -rm -f *.lo
282
301
install-dist_aclocalDATA: $(dist_aclocal_DATA)
283
302
        @$(NORMAL_INSTALL)
284
303
        test -z "$(aclocaldir)" || $(MKDIR_P) "$(DESTDIR)$(aclocaldir)"
285
 
        @list='$(dist_aclocal_DATA)'; for p in $$list; do \
 
304
        @list='$(dist_aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
 
305
        for p in $$list; do \
286
306
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
287
 
          f=$(am__strip_dir) \
288
 
          echo " $(dist_aclocalDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(aclocaldir)/$$f'"; \
289
 
          $(dist_aclocalDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(aclocaldir)/$$f"; \
 
307
          echo "$$d$$p"; \
 
308
        done | $(am__base_list) | \
 
309
        while read files; do \
 
310
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocaldir)'"; \
 
311
          $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocaldir)" || exit $$?; \
290
312
        done
291
313
 
292
314
uninstall-dist_aclocalDATA:
293
315
        @$(NORMAL_UNINSTALL)
294
 
        @list='$(dist_aclocal_DATA)'; for p in $$list; do \
295
 
          f=$(am__strip_dir) \
296
 
          echo " rm -f '$(DESTDIR)$(aclocaldir)/$$f'"; \
297
 
          rm -f "$(DESTDIR)$(aclocaldir)/$$f"; \
298
 
        done
 
316
        @list='$(dist_aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
 
317
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
318
        test -n "$$files" || exit 0; \
 
319
        echo " ( cd '$(DESTDIR)$(aclocaldir)' && rm -f" $$files ")"; \
 
320
        cd "$(DESTDIR)$(aclocaldir)" && rm -f $$files
299
321
tags: TAGS
300
322
TAGS:
301
323
 
319
341
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
320
342
          if test -d $$d/$$file; then \
321
343
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
344
            if test -d "$(distdir)/$$file"; then \
 
345
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
346
            fi; \
322
347
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
323
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
348
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
349
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
324
350
            fi; \
325
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
351
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
326
352
          else \
327
 
            test -f $(distdir)/$$file \
328
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
353
            test -f "$(distdir)/$$file" \
 
354
            || cp -p $$d/$$file "$(distdir)/$$file" \
329
355
            || exit 1; \
330
356
          fi; \
331
357
        done
356
382
 
357
383
distclean-generic:
358
384
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
385
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
359
386
 
360
387
maintainer-clean-generic:
361
388
        @echo "This command is intended for maintainers to use"
374
401
 
375
402
html: html-am
376
403
 
 
404
html-am:
 
405
 
377
406
info: info-am
378
407
 
379
408
info-am:
382
411
 
383
412
install-dvi: install-dvi-am
384
413
 
 
414
install-dvi-am:
 
415
 
385
416
install-exec-am:
386
417
 
387
418
install-html: install-html-am
388
419
 
 
420
install-html-am:
 
421
 
389
422
install-info: install-info-am
390
423
 
 
424
install-info-am:
 
425
 
391
426
install-man:
392
427
 
393
428
install-pdf: install-pdf-am
394
429
 
 
430
install-pdf-am:
 
431
 
395
432
install-ps: install-ps-am
396
433
 
 
434
install-ps-am:
 
435
 
397
436
installcheck-am:
398
437
 
399
438
maintainer-clean: maintainer-clean-am
428
467
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
429
468
        ps ps-am uninstall uninstall-am uninstall-dist_aclocalDATA
430
469
 
 
470
 
431
471
# Tell versions [3.59,3.63) of GNU make to not export all variables.
432
472
# Otherwise a system limit (for SysV at least) may be exceeded.
433
473
.NOEXPORT: