mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
ping/Makefile.am (MAINTAINERCLEANFILES): New variable.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-03-29 Debarshi Ray <debarshi.ray@gmail.com> (tiny change)
|
||||
|
||||
* ping/Makefile.am (MAINTAINERCLEANFILES): New variable.
|
||||
|
||||
2007-03-27 Debarshi Ray <debarshi.ray@gmail.com> (tiny change)
|
||||
|
||||
* bootstrap.conf (checkout_only_file): New variable.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2005 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2005, 2007 Free Software Foundation, Inc.
|
||||
# This file is part of GNU Inetutils.
|
||||
#
|
||||
# GNU Inetutils is free software; you can redistribute it and/or modify
|
||||
@@ -34,6 +34,8 @@ ping6_SOURCES = ping6.c ping_common.c ping_common.h ping6.h
|
||||
|
||||
SUIDMODE = -o root -m 4775
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
install-ping-hook:
|
||||
-@for program in $(bin_PROGRAMS); do \
|
||||
$(INSTALL_PROGRAM) $$program $(SUIDMODE) $(AM_INSTALL_PROGRAM_FLAGS) $(DESTDIR)$(bindir)/`echo $$program|sed '$(transform)'` ; \
|
||||
|
||||
Reference in New Issue
Block a user