#
-# Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2010-2015, 2017 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
done
siglist.c signame.c:
- (cd lib/util && exec $(MAKE) $@)
+ cd lib/util && exec $(MAKE) $@
depend: siglist.c signame.c
$(top_srcdir)/mkdep.pl --builddir=`pwd` --srcdir=$(top_srcdir) \
#
-# Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2010-2015, 2017 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
fi
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file doc/Makefile)
+ cd $(top_builddir) && ./config.status --file doc/Makefile
.SUFFIXES: .man
fi
$(mansrcdir)/visudo.man: $(top_builddir)/config.status $(srcdir)/visudo.man.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(mansrcdir)/visudo.mdoc: $(top_builddir)/config.status $(srcdir)/visudo.mdoc.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(srcdir)/visudo.cat: varsub $(srcdir)/visudo.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
fi
$(mansrcdir)/sudo.conf.man: $(top_builddir)/config.status $(srcdir)/sudo.conf.man.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(mansrcdir)/sudo.conf.mdoc: $(top_builddir)/config.status $(srcdir)/sudo.conf.mdoc.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(srcdir)/sudo.conf.cat: varsub $(srcdir)/sudo.conf.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
fi
$(mansrcdir)/sudoers.ldap.man: $(top_builddir)/config.status $(srcdir)/sudoers.ldap.man.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(mansrcdir)/sudoers.ldap.mdoc: $(top_builddir)/config.status $(srcdir)/sudoers.ldap.mdoc.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(srcdir)/sudoers.ldap.cat: varsub $(srcdir)/sudoers.ldap.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
fi
$(mansrcdir)/sudoreplay.man: $(top_builddir)/config.status $(srcdir)/sudoreplay.man.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(mansrcdir)/sudoreplay.mdoc: $(top_builddir)/config.status $(srcdir)/sudoreplay.mdoc.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(srcdir)/sudoreplay.cat: varsub $(srcdir)/sudoreplay.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
fi
$(mansrcdir)/sudo_plugin.man: $(top_builddir)/config.status $(srcdir)/sudo_plugin.man.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(mansrcdir)/sudo_plugin.mdoc: $(top_builddir)/config.status $(srcdir)/sudo_plugin.mdoc.in
- (cd $(top_builddir) && $(SHELL) config.status --file=doc/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
$(srcdir)/sudo_plugin.cat: varsub $(srcdir)/sudo_plugin.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
#
-# Copyright (c) 2014 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2014, 2017 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
all: $(EXAMPLES)
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file examples/Makefile)
+ cd $(top_builddir) && ./config.status --file examples/Makefile
pre-install:
#
-# Copyright (c) 2011-2014 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2011-2015, 2017 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
all:
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file include/Makefile)
+ cd $(top_builddir) && ./config.status --file include/Makefile
.SUFFIXES: .h
all: libsudo_util.la
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file lib/util/Makefile)
+ cd $(top_builddir) && ./config.status --file lib/util/Makefile
.SUFFIXES: .c .h .lo
#
-# Copyright (c) 2011-2014 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2011-2017 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
all: libsudo_z.la
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file lib/zlib/Makefile)
+ cd $(top_builddir) && ./config.status --file lib/zlib/Makefile
.SUFFIXES: .c .h .lo
#
-# Copyright (c) 2010-2014 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2010-2017 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
all: group_file.la
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file plugins/group_file/Makefile)
+ cd $(top_builddir) && ./config.status --file plugins/group_file/Makefile
.SUFFIXES: .o .c .h .lo
#
-# Copyright (c) 2011-2014 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2011-2017 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
all: sample_plugin.la
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file plugins/sample/Makefile)
+ cd $(top_builddir) && ./config.status --file plugins/sample/Makefile
.SUFFIXES: .o .c .h .lo
@true
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file plugins/sudoers/Makefile)
+ cd $(top_builddir) && ./config.status --file plugins/sudoers/Makefile
libparsesudoers.la: $(LIBPARSESUDOERS_OBJS)
$(LIBTOOL) $(LTFLAGS) --mode=link $(CC) -o $@ $(LIBPARSESUDOERS_OBJS) -no-install
fi
sudoers: $(srcdir)/sudoers.in
- (cd $(top_builddir) && $(SHELL) config.status --file=plugins/sudoers/$@)
+ cd $(top_builddir) && $(SHELL) config.status --file=plugins/sudoers/$@
pre-install:
@if test X"$(cross_compiling)" != X"yes" -a -r $(DESTDIR)$(sudoersdir)/sudoers; then \
#
-# Copyright (c) 2011-2014 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2011-2017 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
all: system_group.la
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file plugins/system_group/Makefile)
+ cd $(top_builddir) && ./config.status --file plugins/system_group/Makefile
.SUFFIXES: .o .c .h .lo
all: $(PROGS)
Makefile: $(srcdir)/Makefile.in
- (cd $(top_builddir) && ./config.status --file src/Makefile)
+ cd $(top_builddir) && ./config.status --file src/Makefile
./sudo_usage.h: $(srcdir)/sudo_usage.h.in
- (cd $(top_builddir) && ./config.status --file src/sudo_usage.h)
+ cd $(top_builddir) && ./config.status --file src/sudo_usage.h
.SUFFIXES: .c .h .lo .o