SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/acpica/patches/patch-generate_unix_Makefile_rules
Normal file
19
devel/acpica/patches/patch-generate_unix_Makefile_rules
Normal file
|
@ -0,0 +1,19 @@
|
|||
Index: generate/unix/Makefile.rules
|
||||
--- generate/unix/Makefile.rules.orig
|
||||
+++ generate/unix/Makefile.rules
|
||||
@@ -11,13 +11,11 @@ $(FINAL_PROG) : $(PROG)
|
||||
$(COPYPROG)
|
||||
|
||||
$(PROG) : $(INTERMEDIATES) $(MISC) $(OBJECTS)
|
||||
- @echo "- Link" $(PROG)
|
||||
- @$(LINKPROG)
|
||||
+ $(LINKPROG)
|
||||
$(RENAMEPROG)
|
||||
|
||||
$(OBJDIR)/%.o : %.c $(HEADERS) $(ACPICA_HEADERS)
|
||||
- @echo $(PROG) $<
|
||||
- @$(COMPILEOBJ)
|
||||
+ $(COMPILEOBJ)
|
||||
|
||||
clean :
|
||||
@rm -f $(PROG) $(PROG).exe $(OBJECTS) $(OBJDIR)/*.o $(INTERMEDIATES) $(MISC)
|
Loading…
Add table
Add a link
Reference in a new issue