Skip to content
Snippets Groups Projects
Commit e2cb94e4 authored by mkaply%us.ibm.com's avatar mkaply%us.ibm.com
Browse files

Add OS/2 case and invoke createBuildId.pl with $(PERL)

parent 7dc4d1e4
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,12 @@ openvmsxpi::
ifeq ($(OS_ARCH),WINNT)
calplatform=windows
else
ifeq ($(OS_ARCH),OS2)
calplatform=os2
else
calplatform=linux
endif
endif
xpi::
rm -f calendar.xpi
......@@ -96,7 +100,7 @@ xpi::
echo "Building xpi..."
$(srcdir)/createBuildId.pl $(srcdir)/resources/content/about.html
$(PERL) $(srcdir)/createBuildId.pl $(srcdir)/resources/content/about.html
make
mkdir -p ./xpi/bin/components
mkdir -p ./xpi/bin/chrome
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment