Explorar el Código

Merge branch 'master' into 'master'

Revert openlibm install script

See merge request redox-os/relibc!143
Jeremy Soller hace 6 años
padre
commit
a63e6b3dd8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -38,7 +38,8 @@ install: all
 	cp -rv "target/include"/* "$(DESTDIR)/include"
 	cp -v "$(BUILD)/debug/libc.a" "$(DESTDIR)/lib"
 	cp -v "$(BUILD)/debug/crt0.o" "$(DESTDIR)/lib"
-	$(MAKE) -C openlibm install
+	cp -rv "openlibm/include"/* "$(DESTDIR)/include"
+	cp -rv "openlibm/src"/*.h "$(DESTDIR)/include"
 
 libc: $(BUILD)/debug/libc.a $(BUILD)/debug/crt0.o