Skip to content

Commit 08c3774

Browse files
SendaoYanTheRealMDoerr
authored andcommitted
8333477: Delete extra empty spaces in Makefiles
Backport-of: d130d2f4f46d37a2b924343de19d012c129b0a55
1 parent 938efc0 commit 08c3774

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

src/jdk.hotspot.agent/test/libproc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -19,7 +19,7 @@
1919
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2020
# or visit www.oracle.com if you need additional information or have any
2121
# questions.
22-
#
22+
#
2323
#
2424

2525
all:

src/utils/LogCompilation/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2009, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -19,7 +19,7 @@
1919
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2020
# or visit www.oracle.com if you need additional information or have any
2121
# questions.
22-
#
22+
#
2323
#
2424
PKGLIST = \
2525
com.sun.hotspot.tools.compiler
@@ -49,7 +49,7 @@ SRC_DIR = src
4949
BUILD_DIR = build
5050
OUTPUT_DIR = $(BUILD_DIR)/classes
5151

52-
# gnumake 3.78.1 does not accept the *s,
52+
# gnumake 3.78.1 does not accept the *s,
5353
# so use the shell to expand them
5454
ALLFILES := $(patsubst %,$(SRC_DIR)/%,$(FILELIST))
5555
ALLFILES := $(shell /bin/ls $(ALLFILES))

test/jdk/java/rmi/reliability/benchmark/bench/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 1999, 2000, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 1999, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -47,4 +47,3 @@ all: .classes
4747

4848
clean:
4949
rm -f *.class .classes
50-

test/jdk/java/rmi/reliability/benchmark/bench/rmi/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -72,4 +72,3 @@ altroot.clean:
7272

7373
clean: altroot.clean
7474
rm -f *.class .classes
75-

test/jdk/javax/crypto/SecretKeyFactory/evilprov/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,7 @@
2626
JAVABIN=$(JAVA_BASE)/bin
2727
JAVAC=$(JAVABIN)/javac
2828
JAVA=$(JAVABIN)/java
29-
JAR=$(JAVABIN)/jar
29+
JAR=$(JAVABIN)/jar
3030
JARSIGNER=$(JAVABIN)/jarsigner
3131

3232
# Compile-time flags and paths

0 commit comments

Comments
 (0)