Skip to content

Commit

Permalink
8333477: Delete extra empty spaces in Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Jun 4, 2024
1 parent 454660d commit 0d2be36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/jdk.hotspot.agent/test/libproc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -19,7 +19,7 @@
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#
#

all:
Expand Down
6 changes: 3 additions & 3 deletions src/utils/LogCompilation/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -19,7 +19,7 @@
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#
#
PKGLIST = \
com.sun.hotspot.tools.compiler
Expand Down Expand Up @@ -49,7 +49,7 @@ SRC_DIR = src
BUILD_DIR = build
OUTPUT_DIR = $(BUILD_DIR)/classes

# gnumake 3.78.1 does not accept the *s,
# gnumake 3.78.1 does not accept the *s,
# so use the shell to expand them
ALLFILES := $(patsubst %,$(SRC_DIR)/%,$(FILELIST))
ALLFILES := $(shell /bin/ls $(ALLFILES))
Expand Down
3 changes: 1 addition & 2 deletions test/jdk/java/rmi/reliability/benchmark/bench/rmi/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -72,4 +72,3 @@ altroot.clean:

clean: altroot.clean
rm -f *.class .classes

4 changes: 2 additions & 2 deletions test/jdk/javax/crypto/SecretKeyFactory/evilprov/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,7 +26,7 @@
JAVABIN=$(JAVA_BASE)/bin
JAVAC=$(JAVABIN)/javac
JAVA=$(JAVABIN)/java
JAR=$(JAVABIN)/jar
JAR=$(JAVABIN)/jar
JARSIGNER=$(JAVABIN)/jarsigner

# Compile-time flags and paths
Expand Down

0 comments on commit 0d2be36

Please sign in to comment.