Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8de6a09

Browse filesBrowse files
committed
Unsilence directory creation
1 parent b568956 commit 8de6a09
Copy full SHA for 8de6a09

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Makefile.pre.in

Copy file name to clipboardExpand all lines: Makefile.pre.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ Python/frozen.o: $(srcdir)/Python/importlib.h $(srcdir)/Python/importlib_externa
872872
# follow our naming conventions. dtrace(1) uses the output filename to generate
873873
# an include guard, so we can't use a pipeline to transform its output.
874874
Include/pydtrace_probes.h: $(srcdir)/Include/pydtrace.d
875-
@$(MKDIR_P) Include
875+
$(MKDIR_P) Include
876876
$(DTRACE) $(DFLAGS) -o $@ -h -s $<
877877
: sed in-place edit with POSIX-only tools
878878
sed 's/PYTHON_/PyDTrace_/' $@ > $@.tmp

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.