Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
26873b72
Commit
26873b72
authored
Feb 07, 1995
by
Richard M. Stallman
Browse files
(maintainer-clean): Renamed from realclean.
parent
40d4f149
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
Makefile.in
Makefile.in
+11
-11
lib-src/Makefile.in
lib-src/Makefile.in
+1
-1
lwlib/Makefile.in
lwlib/Makefile.in
+1
-1
No files found.
Makefile.in
View file @
26873b72
...
...
@@ -22,7 +22,7 @@
# `make distclean' should leave only the files that were in the
# distribution.
#
# make
real
clean
# make
maintainer-
clean
# Delete everything from the current directory that can be
# reconstructed with this Makefile. This typically includes
# everything deleted by distclean, plus more: C source files
...
...
@@ -400,7 +400,7 @@ FRC:
# ==================== Cleaning up and miscellanea ====================
.PHONY
:
mostlyclean clean distclean
real
clean extraclean
.PHONY
:
mostlyclean clean distclean
maintainer-
clean extraclean
### `mostlyclean'
### Like `clean', but may refrain from deleting a few files that people
...
...
@@ -448,23 +448,23 @@ distclean: FRC
${top_distclean}
### `
real
clean'
### `
maintainer-
clean'
### Delete everything from the current directory that can be
### reconstructed with this Makefile. This typically includes
### everything deleted by distclean, plus more: C source files
### produced by Bison, tags tables, info files, and so on.
###
### One exception, however: `make
real
clean' should not delete
### One exception, however: `make
maintainer-
clean' should not delete
### `configure' even if `configure' can be remade using a rule in the
### Makefile. More generally, `make
real
clean' should not delete
### Makefile. More generally, `make
maintainer-
clean' should not delete
### anything that needs to exist in order to run `configure' and then
### begin to build the program.
real
clean
:
FRC
(
cd
src
;
$(MAKE)
$(MFLAGS)
real
clean
)
(
cd
oldXMenu
;
$(MAKE)
$(MFLAGS)
real
clean
)
(
cd
lwlib
;
$(MAKE)
$(MFLAGS)
real
clean
)
(
cd
lib-src
;
$(MAKE)
$(MFLAGS)
real
clean
)
-
(
cd
man
&&
$(MAKE)
$(MFLAGS)
real
clean
)
maintainer-
clean
:
FRC
(
cd
src
;
$(MAKE)
$(MFLAGS)
maintainer-
clean
)
(
cd
oldXMenu
;
$(MAKE)
$(MFLAGS)
maintainer-
clean
)
(
cd
lwlib
;
$(MAKE)
$(MFLAGS)
maintainer-
clean
)
(
cd
lib-src
;
$(MAKE)
$(MFLAGS)
maintainer-
clean
)
-
(
cd
man
&&
$(MAKE)
$(MFLAGS)
maintainer-
clean
)
${top_distclean}
### This doesn't actually appear in the coding standards, but Karl
...
...
lib-src/Makefile.in
View file @
26873b72
...
...
@@ -265,7 +265,7 @@ distclean: clean
-
rm
-f
aixcc.c TAGS
-
rm
-f
Makefile Makefile.in blessmail
real
clean
:
distclean
maintainer-
clean
:
distclean
true
extraclean
:
realclean
...
...
lwlib/Makefile.in
View file @
26873b72
...
...
@@ -67,7 +67,7 @@ mostlyclean:
clean
:
mostlyclean
distclean
:
clean
real
clean
:
distclean
maintainer-
clean
:
distclean
tags
::
$(TAGS)
-t
*
.[ch]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment