1
0
Fork 0
forked from Miroirs/x49gp

s/x49gp/x49gpng/g rename files and directories

This commit is contained in:
Gwenhael Le Moine 2024-10-23 09:36:13 +02:00
parent 662f0b4b7c
commit 41b501f9a1
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
4 changed files with 8 additions and 8 deletions

6
.gitignore vendored
View file

@ -8,10 +8,10 @@
/src/qemu-git/libhw64 /src/qemu-git/libhw64
/src/qemu-git/config-host.* /src/qemu-git/config-host.*
/src/qemu-git/config-all-devices.mak /src/qemu-git/config-all-devices.mak
/dist/x49gp /dist/x49gpng
/dist/sdcard /dist/sdcard
/dist/x49gp.desktop /dist/x49gpng.desktop
/dist/x49gp.man /dist/x49gpng.man
/dist/firmware/*.zip /dist/firmware/*.zip
/dist/firmware/hp-arm-models-bootloader/ /dist/firmware/hp-arm-models-bootloader/
/dist/firmware/hp4950v215/ /dist/firmware/hp4950v215/

View file

@ -1,6 +1,9 @@
# $Id: Makefile,v 1.29 2008/12/11 12:18:17 ecd Exp $ # $Id: Makefile,v 1.29 2008/12/11 12:18:17 ecd Exp $
# #
TARGET = x49gpng
TARGET_ALLCAPS = X49GPNG
CC = gcc CC = gcc
LD = $(CC) LD = $(CC)
AR = ar AR = ar
@ -143,9 +146,6 @@ VVFATOBJS = ./src/block-vvfat.o \
VVFATOBJS += $(QEMU_DIR)/cutils.o VVFATOBJS += $(QEMU_DIR)/cutils.o
TARGET = x49gp
TARGET_ALLCAPS = X49GP
INSTALL_PREFIX = /usr/local INSTALL_PREFIX = /usr/local
INSTALL_BINARY_DIR = "$(INSTALL_PREFIX)"/bin INSTALL_BINARY_DIR = "$(INSTALL_PREFIX)"/bin
INSTALL_DATA_DIR = "$(INSTALL_PREFIX)"/share/$(TARGET) INSTALL_DATA_DIR = "$(INSTALL_PREFIX)"/share/$(TARGET)
@ -182,9 +182,9 @@ dist/$(TARGET).man: dist/$(TARGET).man.in
sdcard: sdcard:
ifeq ($(shell uname),Darwin) ifeq ($(shell uname),Darwin)
rm -f sdcard.dmg rm -f sdcard.dmg
hdiutil create $@ -megabytes 64 -fs MS-DOS -volname x49gp hdiutil create $@ -megabytes 64 -fs MS-DOS -volname $(TARGET)
else else
/sbin/mkdosfs -v -C -S 512 -f 2 -F 16 -r 512 -R 2 -n "x49gp" $@ 65536 /sbin/mkdosfs -v -C -S 512 -f 2 -F 16 -r 512 -R 2 -n "$(TARGET)" $@ 65536
endif endif
sim: dummy sim: dummy