Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8049f9
)
Only build resize2fs.static when running "make all-static"
author
Theodore Ts'o
<tytso@mit.edu>
Sat, 23 Jan 2021 05:34:54 +0000
(
00:34
-0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 23 Jan 2021 05:46:04 +0000
(
00:46
-0500)
Fixes:
93df80d2409d
("Teach makefiles... the target all-static")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
resize/Makefile.in
patch
|
blob
|
history
diff --git
a/resize/Makefile.in
b/resize/Makefile.in
index
74192a7
..
27f7213
100644
(file)
--- a/
resize/Makefile.in
+++ b/
resize/Makefile.in
@@
-43,7
+43,7
@@
DEPSTATIC_LIBS= $(STATIC_LIBE2P) $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
all:: $(PROGS) $(TEST_PROGS) $(MANPAGES)
-all:: resize2fs.static
+all
-static
:: resize2fs.static
resize2fs: $(RESIZE_OBJS) $(DEPLIBS)
$(E) " LD $@"