search for: vgaram

Displaying 1 result from an estimated 1 matches for "vgaram".

Did you mean: garam
2005 Jun 30
0
[PATCH] Device model path cleanup
.../linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ARCH) @@ -32,7 +31,7 @@ endif QEMU_SYSTEM=qemu-dm -PROGS=$(QEMU_SYSTEM) +PROGS=$(QEMU_SYSTEM) $(QEMU_SYSTEM).debug ifdef CONFIG_USER_ONLY PROGS=$(QEMU_USER) @@ -383,12 +382,11 @@ rm -rf *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp qemu-vgaram-bin install: all - if [ ! -d $(DESTDIR)$(bindir) ];then mkdir -p $(DESTDIR)$(bindir);fi + if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi if [ ! -d $(DESTDIR)$(configdir) ];then mkdir -p $(DESTDIR)$(configdir);fi ifneq ($(PROGS),) - install -m 755 -s $(PROGS) "$(DESTDIR)$(bin...